Skip to content

Commit

Permalink
#61 Add KillSignal=SIGINT to workers service file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose committed Jun 18, 2019
1 parent 7c92ff9 commit 4b7a3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/airflow-worker.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ User={{ airflow_user }}
Group={{ airflow_group }}
Type=simple
ExecStart={{ airflow_executable }} worker --pid {{ airflow_pidfile_folder }}/worker.pid
KillSignal=SIGINT
Restart=on-failure
RestartSec=10s
RuntimeDirectory=airflow
Expand Down

0 comments on commit 4b7a3cb

Please sign in to comment.