We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e9f88 commit 63a24beCopy full SHA for 63a24be
deploy/supervisord.conf
@@ -36,7 +36,7 @@ startsecs=5
36
stopwaitsecs = 5
37
38
[program:dramatiq]
39
-command=python3 manage.py rundramatiq --processes %(ENV_MAX_WORKER_NUM)s --threads 4
+command=python3 manage.py rundramatiq --processes %(ENV_MAX_WORKER_NUM)s --threads 1
40
directory=%(ENV_WORKDIR)s
41
stdout_logfile=%(ENV_WORKDIR)s/data/log/dramatiq.log
42
stderr_logfile=%(ENV_WORKDIR)s/data/log/dramatiq.log
0 commit comments