зеркало из https://github.com/mozilla/treeherder.git
add supervisord configuration for the hp worker
This commit is contained in:
Родитель
e3384e2d09
Коммит
8a968d9ed8
|
@ -39,3 +39,15 @@ stopwaitsecs = 600
|
|||
priority=998
|
||||
stdout_logfile=/var/log/celery/worker.log
|
||||
stderr_logfile=/var/log/celery/worker_err.log
|
||||
|
||||
[program:celery_hp]
|
||||
command=/home/vagrant/treeherder-service/bin/run_celery_worker_hp
|
||||
user=vagrant
|
||||
numprocs=1
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startsecs=10
|
||||
stopwaitsecs = 600
|
||||
priority=998
|
||||
stdout_logfile=/var/log/celery/worker_hp.log
|
||||
stderr_logfile=/var/log/celery/worker_hp_err.log
|
||||
|
|
Загрузка…
Ссылка в новой задаче