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

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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to