diff --git a/supervisord.conf b/supervisord.conf index b61393d..f559fa6 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -46,8 +46,8 @@ priority=300 [program:scanner] command=python -m src.worker directory=/app -autostart=${ENABLE_SCANNER:-false} -autorestart=true +autostart=false +autorestart=false stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr