You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/04 01:32:14 UTC

[airflow] branch master updated (78aa921 -> 914e9ce)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 78aa921  Make the role assigned to anonymous users customizable (#14042)
     add 914e9ce  Retry critical methods in Scheduler loop in case of OperationalError (#14032)

No new revisions were added by this update.

Summary of changes:
 airflow/jobs/scheduler_job.py | 178 +++++++++++++++++++++++++++---------------
 airflow/models/dagbag.py      |  11 +--
 airflow/settings.py           |  20 ++++-
 3 files changed, 134 insertions(+), 75 deletions(-)