The GitHub Actions job "Tests AMD" on airflow.git/fix-retry-deferral has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
509e72cbedd2dbfab087f45e6bb462b02d90459d / Kaxil Naik <[email protected]>
Fix task retries executing wrong method after deferred state

When a deferred task resumed and failed in its completion callback,
retries would incorrectly re-execute the callback instead of restarting
from the beginning. This caused retry attempts to fail repeatedly at the
same step rather than attempting the full task execution from scratch.

The fix ensures next_method and next_kwargs fields are properly cleared
when tasks transition to retry, failed, or success states, preventing
stale deferral parameters from persisting across task attempts.

Fixes #56704

Report URL: https://github.com/apache/airflow/actions/runs/18567481745

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to