Commit graph

2 commits

Author SHA1 Message Date
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
j
608745e396 fix permissions in vm build script, add systemd service files, support debian/systemd in vm build script 2014-10-10 16:16:54 +02:00