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 2020/05/15 21:18:35 UTC

[airflow] branch master updated (92585ca -> 82de6f7)

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

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


    from 92585ca  Added automated release notes generation for backport operators (#8807)
     add 82de6f7  Spend less time waiting for DagFileProcessor processes to complete (#8814)

No new revisions were added by this update.

Summary of changes:
 airflow/jobs/scheduler_job.py      |   4 ++
 airflow/utils/dag_processing.py    | 134 +++++++++++++++++++++++--------------
 tests/jobs/test_scheduler_job.py   |   8 ++-
 tests/utils/test_dag_processing.py |  32 +++++++++
 4 files changed, 126 insertions(+), 52 deletions(-)