diff --git a/supervisord.conf b/supervisord.conf index 77d11a461..c7a033051 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -8,6 +8,7 @@ command=/app/consensus-entrypoint stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true +autorestart=true stopwaitsecs=300 [program:execution] @@ -15,4 +16,5 @@ command=/app/execution-entrypoint stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true +autorestart=true stopwaitsecs=300