diff --git a/supervisord.conf b/supervisord.conf index 3ed80a0..78e2b56 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -14,6 +14,8 @@ stdout_logfile=/var/log/haproxy.log priority=100 stopasgroup=true killasgroup=true +startsecs=10 +stopwaitsecs=10 [program:flask_app] command=python /app/app.py