This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 28806a3200 Bring back fixed tenacity (#29440)
add e8ba03cda7 Make the policy functions pluggable (#28558)
No new revisions were added by this update.
Summary of changes:
airflow/policies.py | 206 +++++++++++++++++++++
airflow/settings.py | 135 +++++---------
.../cluster-policies.rst | 93 +++++++++-
docs/conf.py | 4 +-
tests/core/test_policies.py | 71 +++++++
5 files changed, 408 insertions(+), 101 deletions(-)
create mode 100644 airflow/policies.py
create mode 100644 tests/core/test_policies.py