修改日志文件文件名
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
[program:mq]
|
[program:mq]
|
||||||
|
|
||||||
command=python manage.py runscript mq
|
command=python manage.py run_huey
|
||||||
|
|
||||||
directory=/code/
|
directory=/code/
|
||||||
user=root
|
user=root
|
||||||
numprocs=1
|
numprocs=1
|
||||||
stdout_logfile=/code/log/mq.log
|
stdout_logfile=/code/log/task_queue.log
|
||||||
stderr_logfile=/code/log/mq.log
|
stderr_logfile=/code/log/task_queue.log
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startsecs=5
|
startsecs=5
|
||||||
|
|||||||
Reference in New Issue
Block a user