diff --git a/supervisord.conf b/supervisord.conf index aa634ed35..1b44d5c22 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:op-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