The GitHub Actions job "Tests (AMD)" on airflow.git/docs-retry-policy-boundary 
has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
22dc3718dfa14f0e9e7062a8a3cab83c901ac26e / 1fanwang <[email protected]>
Document when a retry policy is not consulted

A retry policy is evaluated from a caught exception inside the task
worker process, so it does not apply when that process is terminated
without raising one: an external kill, a node drain, a spot-instance
reclaim or the OOM killer. Those attempts fall through to the standard
retries count, which is easy to miss when reading the current docs.

Record the boundary alongside the existing AirflowFailException note and
in the RetryPolicy docstring.

Signed-off-by: 1fanwang <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to