NewsBlur/config/supervisor_celeryd_search_indexer_tasker.conf

20 lines
608 B
Text
Raw Normal View History

2014-04-22 18:37:32 -07:00
[program:celeryd_search_indexer_tasker]
command=/srv/newsblur/manage.py celeryd --loglevel=INFO -Q search_indexer_tasker -c 2
2014-04-22 18:33:20 -07:00
directory=/srv/newsblur
user=sclay
numprocs=1
2014-04-22 18:37:32 -07:00
stdout_logfile=/var/log/celeryd_searchindexer_tasker.log
stderr_logfile=/var/log/celeryd_searchindexer_tasker.log
2014-04-22 18:33:20 -07:00
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