You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by qi...@apache.org on 2021/05/29 15:01:55 UTC

[airflow] branch master updated (f75dd7a -> 2bca8a5)

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

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


    from f75dd7a  Fix Celery executor getting stuck randomly because of reset_signals in multiprocessing (#15989)
     add 2bca8a5  Fix dag.clear() to set multiple dags to running when necessary (#15382)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  8 ++
 .../endpoints/task_instance_endpoint.py            | 12 +--
 airflow/models/dag.py                              | 21 ++---
 airflow/models/taskinstance.py                     | 19 +++--
 tests/sensors/test_external_task_sensor.py         | 96 ++++++++++++++++++++++
 5 files changed, 126 insertions(+), 30 deletions(-)