不再使用django-celery,使用原生celery代替
This commit is contained in:
@@ -12,5 +12,4 @@ pillow
|
||||
jsonfield
|
||||
Envelopes
|
||||
celery
|
||||
django-celery
|
||||
qrcode
|
||||
|
||||
@@ -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