The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
180e20a187b8d8c710cfb14973fbfecd7540f45a / Tzu-ping Chung <[email protected]>
Calculate retry eligibility before task runs

The task needs this information to know whether it should run the retry
or failed callback if the task fails, so we calculate it eagerly and
pass it to the runner, instead of lazily only after the task has failed.

When a task fails, it uses this information to decide whether it should
go directly into FAIL_WITHOUT_RETRY, so the server does not need to
calculate this again.

This makes the TITerminalState a bit wonky. Now the FAILED state
actually makes the server always retry the task, and should probably be
renamed to RETRY or something...? And FAIL_WITHOUT_RETRY can actually
just be called FAILED since there's no other kind of failed. A simple
rename causes a lot of things to change though since the enum is reused
in a lot of places. So I decided to leave the names be for now.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to