pandora/etc/init
Will Thompson 7554b0c105 init: restart celery workers on 'reload' (fixes #2904)
Sending HUP to the parent of a family of celery workers causes the
parent to re-exec itself, spawning a new set of child workers without
terminating the old ones.

So instead we send TERM to the parent on 'reload', which cleans up the
children, and rely on systemd/upstart to respawn the whole family.
2016-03-17 10:32:58 +01:00
..
pandora-cron.conf make sure daemons run with UTF-8 2014-01-18 12:03:25 +00:00
pandora-encoding.conf init: restart celery workers on 'reload' (fixes #2904) 2016-03-17 10:32:58 +01:00
pandora-tasks.conf init: restart celery workers on 'reload' (fixes #2904) 2016-03-17 10:32:58 +01:00
pandora-websocketd.conf add websocket service files 2015-04-28 23:07:36 +05:30
pandora.conf move gunicorn configuration from init script to config file 2016-03-07 14:25:24 +05:30