Skip to content

Commit 45ca8cf

Browse files
committed
fix: add autorestart to supervisord for process resilience
1 parent 4e715e4 commit 45ca8cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

supervisord.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ logfile_maxbytes=0
55

66
[program:base-consensus]
77
command=/app/consensus-entrypoint
8+
autorestart=true
89
stdout_logfile=/dev/fd/1
910
stdout_logfile_maxbytes=0
1011
redirect_stderr=true
1112
stopwaitsecs=300
1213

1314
[program:op-execution]
1415
command=/app/execution-entrypoint
16+
autorestart=true
1517
stdout_logfile=/dev/fd/1
1618
stdout_logfile_maxbytes=0
1719
redirect_stderr=true

0 commit comments

Comments
 (0)