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

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


    from bf124d0b2bf Fix special tests in the new workflow structure (#44083)
     add a41feeb5aed Re-queue tassk when they are stuck in queued (#43520)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/base_executor.py                 |  27 +++-
 airflow/jobs/scheduler_job_runner.py               | 165 ++++++++++++++++-----
 docs/spelling_wordlist.txt                         |   1 +
 .../providers/celery/executors/celery_executor.py  |  44 +++---
 .../celery/executors/celery_kubernetes_executor.py |  29 +++-
 .../kubernetes/executors/kubernetes_executor.py    |  53 ++++---
 .../executors/kubernetes_executor_types.py         |  10 ++
 .../executors/kubernetes_executor_utils.py         |  29 +++-
 .../executors/local_kubernetes_executor.py         |  12 ++
 .../tests/celery/executors/test_celery_executor.py |  36 ++++-
 .../executors/test_kubernetes_executor.py          |  67 ++++++++-
 tests/jobs/test_scheduler_job.py                   | 128 ++++++++++++++--
 12 files changed, 507 insertions(+), 94 deletions(-)

Reply via email to