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