diff --git a/deploy/supervisord.conf b/deploy/supervisord.conf index 240f333..ee155b4 100644 --- a/deploy/supervisord.conf +++ b/deploy/supervisord.conf @@ -41,7 +41,7 @@ killasgroup=true [program:dramatiq] command=python3 manage.py rundramatiq --processes %(ENV_MAX_WORKER_NUM)s --threads 4 directory=/app/ -user=nobody +user=server stdout_logfile=/data/log/dramatiq.log stderr_logfile=/data/log/dramatiq.log autostart=true