The GitHub Actions job "Tests" on airflow.git/fix/issue-60927 has failed.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
7252ab1ff075edb1ffaca973f5e34a27d621b177 / Yoann Abriel <[email protected]>
fix: prune deadline alerts when DAG run fails, not just on success

Previously, deadline alerts were only pruned when a DAG run succeeded.
When a DAG run failed, pending deadlines remained and would still fire
even though the run had already reached a terminal state.

Moved deadline pruning from the success-only code path to the shared
terminal state block (covers both SUCCESS and FAILED).

Closes: #60927

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

With regards,
GitHub Actions via GitBox


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

Reply via email to