You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2023/02/12 16:03:29 UTC

[airflow] branch main updated (28806a3200 -> e8ba03cda7)

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