fix: rundramatiq

This commit is contained in:
helsonxiao
2022-05-08 17:13:22 +08:00
parent 75c4d8d286
commit e009777c6f
2 changed files with 9 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ stopwaitsecs = 5
killasgroup=true
[program:dramatiq]
command=python3 manage.py rundramatiq --no-reload --processes %(ENV_MAX_WORKER_NUM)s --threads 4
command=python3 manage.py rundramatiq --processes %(ENV_MAX_WORKER_NUM)s --threads 4
directory=/app/
user=nobody
stdout_logfile=/data/log/dramatiq.log