不再使用django-celery,使用原生celery代替

This commit is contained in:
virusdefender
2016-04-22 21:48:09 +08:00
parent 1e73eca339
commit a210689a07
3 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[program:task_queue]
command=python manage.py celeryd -l DEBUG
command=celery -A oj worker -l DEBUG
directory=/code/
user=nobody
numprocs=1