The GitHub Actions job "Refresh image registry cache" on airflow.git/v3-3-test 
has failed.
Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).

Head commit for run:
7aee7d6ffa984f5dfc27d8f584edf981d65b40ae / Rahul Vats 
<[email protected]>
Respect retries when a deferrable trigger ends a task with TaskFailedEvent 
(#69821) (#71163)

* Respect retries when a deferrable trigger ends a task with TaskFailedEvent

When a deferrable operator's trigger yields a terminal TaskFailedEvent, the task
was always marked failed and on_failure_callback ran, even with retries 
remaining.
A worker-side failure with retries left instead goes up_for_retry and runs
on_retry_callback. Route trigger-emitted failures through 
TaskInstance.handle_failure
(the path the scheduler has used since #56586) so retry-eligibility is 
respected and
the callback runs on_retry_callback vs on_failure_callback accordingly.

closes: #69819



* Preserve retry history for trigger-ended deferred failures

* Fix stale trigger callback comment

---------


(cherry picked from commit dd1f84ab2034a14164e4d09310fba8fe1fa0395e)

Co-authored-by: Hemkumar Chheda <[email protected]>
Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to