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/05/05 20:02:49 UTC

[airflow] branch master updated (13faa69 -> 817b599)

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 13faa69  When installing providers from the context folder, use `pip --find-links` (#15673)
     add 817b599  Fix on_failure_callback when task receive SIGKILL (#15537)

No new revisions were added by this update.

Summary of changes:
 airflow/jobs/local_task_job.py    |  9 ++++++---
 airflow/models/taskinstance.py    |  5 +++--
 tests/jobs/test_local_task_job.py | 33 ++++++++++++++++++++++-----------
 tests/models/test_taskinstance.py |  6 +++---
 4 files changed, 34 insertions(+), 19 deletions(-)