Commit f5289cc6 by Feanil Patel

Merge pull request #1412 from edx/feanil/increase_worker_timeout

We have to keep upstart from killing supervisor.
parents 02ced508 3db34237
......@@ -7,5 +7,7 @@ start on runlevel [2345]
{% endif %}
stop on runlevel [!2345]
kill timeout 432000
setuid {{ supervisor_service_user }}
exec {{ supervisor_venv_dir }}/bin/supervisord -n --configuration {{ supervisor_cfg }}
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