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

Head commit for run:
e18274a62b13992eea9cc1d3b1c280698c813b76 / Kaxil Naik <[email protected]>
[v3-1-test] Fix retry callbacks not executing for externally killed tasks 
(#56586)

* Fix retry callbacks not executing for externally killed tasks

When tasks with remaining retries were killed externally the
`on_failure_callback` was incorrectly executed
instead of `on_retry_callback`.

The scheduler now correctly sets the callback type to `UP_FOR_RETRY` when
tasks are eligible to retry, ensuring proper callback and email routing.
For heartbeat timeouts, the task is loaded before evaluating retry
eligibility to access the task's retry configuration.

Fixes #56196

* fixup! Fix retry callbacks not executing for externally killed tasks
(cherry picked from commit 04d3c440e3c741b0f2d9ac4d34d2f09f8b41a38b)

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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to