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(-)