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

Head commit for run:
868e7fec0bcd8a73ba837f461812a9d796ea7b1e / 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.

The information is used by the task runner to decide what state to set
the ti to when an error happens. If the task is eligible for retry, the
next state is set to UP_FOR_RETRY; otherwise it's FAILED. This is then
handled accordingly in the API.

The FAIL_WITHOUT_RETRY state has been removed from the code base since
it is no longer needed. The state was introduced in 1283cc347f26678e7504
to tell the API server to not check retry eligibility on certain failure
cases, but now that eligibility is always checked and used in the task
runner, the API server no longer needs this information; a request to
update to FAILED always set the TI to FAILED.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to