Commit 90579403 by Feanil Patel

Merge pull request #2133 from edx/feanil/edxapp_worker_signal

Stop celery workers using SIGINT instead of SIGTERM.
parents aa68685f ca8ee908
...@@ -11,6 +11,7 @@ command={{ edxapp_venv_dir + '/bin/newrelic-admin run-program ' if w.monitor and ...@@ -11,6 +11,7 @@ command={{ edxapp_venv_dir + '/bin/newrelic-admin run-program ' if w.monitor and
killasgroup=true killasgroup=true
stopasgroup=true stopasgroup=true
stopwaitsecs=432000 stopwaitsecs=432000
stopsignal=INT
{% endfor %} {% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment