vividbaek opened a new pull request, #67705:
URL: https://github.com/apache/airflow/pull/67705
Add a short section to the Dag-level retry how-to describing guardrails for
automated remediation Dags.
The new section clarifies that pools can limit concurrent recovery work, but
they do not limit how often the same recovery action is attempted across Dag
runs. It also suggests using small cooldown markers and maximum automatic
action counts before requiring manual review.
The section includes a caveat that Airflow Variables may be sufficient for
small guard values, but should not be used as a high-volume state store or as a
strongly consistent locking mechanism.
This is a documentation-only change. No runtime behavior is affected.
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes — GLM 5.1
Generated-by: GLM 5.1 following [the
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]