废弃 huey,多数据库连接的时候存在 connection 无法释放的问题,回到 celery
This commit is contained in:
@@ -11,4 +11,5 @@ supervisor
|
||||
pillow
|
||||
jsonfield
|
||||
Envelopes
|
||||
huey
|
||||
celery
|
||||
djcelery
|
||||
@@ -1,6 +1,6 @@
|
||||
[program:mq]
|
||||
[program:task_queue]
|
||||
|
||||
command=python manage.py run_huey
|
||||
command=python manage.py celeryd -B -l DEBUG
|
||||
|
||||
directory=/code/
|
||||
user=root
|
||||
|
||||
Reference in New Issue
Block a user