不再使用django-celery,使用原生celery代替
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user