OnlineJudge/dockerfiles/oj_web_server/task_queue.conf
2015-12-07 21:39:58 +08:00

16 lines
246 B
Plaintext

[program:mq]
command=python manage.py run_huey
directory=/code/
user=root
numprocs=1
stdout_logfile=/code/log/task_queue.log
stderr_logfile=/code/log/task_queue.log
autostart=true
autorestart=true
startsecs=5
stopwaitsecs = 6
killasgroup=true