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 2021/06/22 08:31:19 UTC

[airflow] branch main updated (90f0088 -> 96f7643)

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

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


    from 90f0088  Fix Orphaned tasks stuck in CeleryExecutor as running (#16550)
     add 96f7643  Fix tasks in an infinite slots pool were never scheduled (#15247)

No new revisions were added by this update.

Summary of changes:
 airflow/models/pool.py           |  6 +++++-
 tests/jobs/test_scheduler_job.py | 35 +++++++++++++++++++++++++++++++++++
 tests/models/test_pool.py        |  4 ++--
 3 files changed, 42 insertions(+), 3 deletions(-)