去掉不必要的参数
This commit is contained in:
@@ -12,8 +12,6 @@ minprocs=200
|
|||||||
user=nobody
|
user=nobody
|
||||||
childlogdir=/code/log/
|
childlogdir=/code/log/
|
||||||
|
|
||||||
[rpcinterface:supervisor]
|
|
||||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
serverurl=unix:///tmp/supervisor.sock
|
serverurl=unix:///tmp/supervisor.sock
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[program:task_queue]
|
[program:task_queue]
|
||||||
command=python manage.py celeryd -B -l DEBUG
|
command=python manage.py celeryd -l DEBUG
|
||||||
directory=/code/
|
directory=/code/
|
||||||
user=nobody
|
user=nobody
|
||||||
numprocs=1
|
numprocs=1
|
||||||
|
|||||||
Reference in New Issue
Block a user