The GitHub Actions job "Tests ARM" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
04d3c440e3c741b0f2d9ac4d34d2f09f8b41a38b / Kaxil Naik <[email protected]>
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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to