mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
20 lines
559 B
Text
20 lines
559 B
Text
![]() |
[program:celeryd_work_queue]
|
||
|
command=/srv/newsblur/manage.py celeryd --loglevel=INFO -Q work_queue
|
||
|
directory=/srv/newsblur
|
||
|
user=sclay
|
||
|
numprocs=1
|
||
|
stdout_logfile=/var/log/celeryd_workqueue.log
|
||
|
stderr_logfile=/var/log/celeryd_workqueue.log
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
startsecs=10
|
||
|
;process_name=%(program_name)s_%(process_num)03d
|
||
|
|
||
|
; Need to wait for currently executing tasks to finish at shutdown.
|
||
|
; Increase this if you have very long running tasks.
|
||
|
stopwaitsecs = 60
|
||
|
|
||
|
; if rabbitmq is supervised, set its priority higher
|
||
|
; so it starts first
|
||
|
priority=998
|