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 2020/11/05 20:09:30 UTC

[airflow] branch master updated (054de07 -> 5d97037)

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

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


    from 054de07  Add Kubernetes files to selective checks (#12114)
     add 5d97037  Add SIGUSR2 handler to Scheduler to dump executor state (#12107)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                       |  8 ++++++++
 airflow/executors/base_executor.py              | 14 ++++++++++++++
 airflow/executors/celery_executor.py            | 13 +++++++++++++
 airflow/executors/celery_kubernetes_executor.py |  7 +++++++
 airflow/executors/local_executor.py             |  1 +
 airflow/jobs/scheduler_job.py                   | 16 ++++++++++++++--
 airflow/utils/dag_processing.py                 |  2 ++
 docs/spelling_wordlist.txt                      |  1 +
 8 files changed, 60 insertions(+), 2 deletions(-)