Skip to content

Commit

Permalink
[AIRFLOW-4883] Bug-fix to killing hung file processes (apache#5706)
Browse files Browse the repository at this point in the history
PRs apache#5615 and apache#5605 and fought a bit over this change, and this is
hard (but not impossible) to test so we didn't notice.

(cherry picked from commit 3e3c0cd)
  • Loading branch information
ashb committed Aug 1, 2019
1 parent bb3200e commit 5a98f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/jobs/scheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def kill(self):
# The queue will likely get corrupted, so remove the reference
self._result_queue = None
self._kill_process()
self._manager.shutdown()

def terminate(self, sigkill=False):
"""
Expand Down

0 comments on commit 5a98f9e

Please sign in to comment.