The GitHub Actions job "Tests AMD" on airflow.git/backport-16e9b35-v3-1-test 
has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
22c93b866e53c7b360249492244a4f78fa3dbcb0 / Kaxil Naik <[email protected]>
[v3-1-test] Fix task retries executing wrong method after deferred state 
(#56731)

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
(cherry picked from commit 16e9b35f0e95b61b4d9aaa0657e664bece23caa0)

Co-authored-by: Kaxil Naik <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to