diff --git a/supervisord.conf b/supervisord.conf index aa634ed35..bf9854d70 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -5,6 +5,7 @@ logfile_maxbytes=0 [program:base-consensus] command=/app/consensus-entrypoint +autorestart=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true @@ -12,6 +13,7 @@ stopwaitsecs=300 [program:op-execution] command=/app/execution-entrypoint +autorestart=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true