mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
🚀 remove --no-reload for dramatiq
This commit is contained in:
parent
f05fb6b774
commit
a3fa49b7c5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user