移除无效的参数

9842fbb231

--no-reload 参数已经在 0.8.0 中被移除,在依赖更新时没有更新对应的参数用法,导致最新的代码无法正常进行代码评测
This commit is contained in:
MeiK 2022-04-27 18:42:35 +08:00 committed by GitHub
parent 8dda05d8d7
commit 320de3fd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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