去掉不必要的参数

This commit is contained in:
virusdefender
2016-02-20 13:56:39 +08:00
parent f9ff681cf6
commit cd123d2cdf
2 changed files with 1 additions and 3 deletions

View File

@@ -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