This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from c6498a4 Make the role assigned to anonymous users customizable
(#14042)
add 9e235a9 Retry critical methods in Scheduler loop in case of
OperationalError (#14032)
add a89b7ea Fix broken SLA Mechanism (#14056)
No new revisions were added by this update.
Summary of changes:
airflow/jobs/scheduler_job.py | 180 +++++++++++++++++---------
airflow/models/dagbag.py | 11 +-
airflow/serialization/serialized_objects.py | 2 +-
airflow/settings.py | 20 ++-
tests/jobs/test_scheduler_job.py | 3 +
tests/serialization/test_dag_serialization.py | 4 +
6 files changed, 144 insertions(+), 76 deletions(-)