This is an automated email from the ASF dual-hosted git repository.
qian pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 304e174 Sandbox templates (#15912)
new 285791d Fix Celery executor getting stuck randomly because of
reset_signals in multiprocessing (#15989)
new bdf9bc2 Fix dag.clear() to set multiple dags to running when
necessary (#15382)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
UPDATING.md | 10 +++
.../endpoints/task_instance_endpoint.py | 12 +--
airflow/executors/celery_executor.py | 24 ++----
airflow/jobs/scheduler_job.py | 16 ++++
airflow/models/dag.py | 21 ++---
airflow/models/taskinstance.py | 19 +++--
scripts/ci/docker-compose/base.yml | 2 +
tests/executors/test_celery_executor.py | 52 ++++++++++++
tests/sensors/test_external_task_sensor.py | 96 ++++++++++++++++++++++
9 files changed, 206 insertions(+), 46 deletions(-)