Commit graph

14 commits

Author SHA1 Message Date
j
bcf569bd68 update beat 2019-07-16 12:35:39 +01:00
j
ee86c9ab9f move celery into app 2019-07-16 12:27:35 +01:00
j
46621522b1 use new celery 2019-07-16 12:22:22 +01:00
j
bd867779f0 reload worker, no longer gets rotated by logrotate 2017-02-15 19:02:52 +01:00
j
e9e4bde046 don not overwrite default output setting 2016-10-10 11:16:48 +02:00
j
1af3f84e96 formating 2016-09-10 10:23:48 +02:00
j
93c6d8495b wait for postgres and rabbitmq(systemd) 2016-09-07 09:00:48 +02:00
j
cb6203ff82 use same folder structure in etc/systemd as used once installed 2016-06-09 12:50:51 +02:00
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
4fd865efeb fix pid 2016-03-08 13:18:35 +05:30
j
29204b6fb5 move gunicorn configuration from init script to config file 2016-03-07 14:25:24 +05:30
j
09ac3c32b0 update init scripts 2016-02-20 15:15:02 +05:30
j
dbf2ef78af add websocket service files 2015-04-28 23:07:36 +05:30
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