Files
OnlineJudge/dockerfiles/oj_web_server/task_queue.conf
2016-04-22 21:52:53 +08:00

12 lines
255 B
Plaintext

[program:task_queue]
command=celery -A oj worker -l DEBUG
directory=/code/
user=nobody
numprocs=1
stdout_logfile=/code/log/task_queue.log
stderr_logfile=/code/log/task_queue.log
autostart=true
autorestart=true
startsecs=5
stopwaitsecs = 5
killasgroup=true