c80f16c77a
update django/celery
2023-07-27 15:35:53 +02:00
9340c0e578
update to new celery api
2023-06-23 16:21:31 +05:30
491d8c4629
use environment file for tasks and encoding queue
2021-11-15 11:42:32 +00:00
bcf569bd68
update beat
2019-07-16 12:35:39 +01:00
ee86c9ab9f
move celery into app
2019-07-16 12:27:35 +01:00
46621522b1
use new celery
2019-07-16 12:22:22 +01:00
bd867779f0
reload worker, no longer gets rotated by logrotate
2017-02-15 19:02:52 +01:00
e9e4bde046
don not overwrite default output setting
2016-10-10 11:16:48 +02:00
1af3f84e96
formating
2016-09-10 10:23:48 +02:00
93c6d8495b
wait for postgres and rabbitmq(systemd)
2016-09-07 09:00:48 +02:00
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
4fd865efeb
fix pid
2016-03-08 13:18:35 +05:30
29204b6fb5
move gunicorn configuration from init script to config file
2016-03-07 14:25:24 +05:30
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