Commit 3db34237 by Feanil Patel

We have to keep upstart from killing supervisor.

Supervisor could wait up to 5 days for workers to finish jobs. So
Upstart needs to wait that long for supervisor to finish.
parent 10ac0373
......@@ -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