We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e715e4 commit 45ca8cfCopy full SHA for 45ca8cf
1 file changed
supervisord.conf
@@ -5,13 +5,15 @@ logfile_maxbytes=0
5
6
[program:base-consensus]
7
command=/app/consensus-entrypoint
8
+autorestart=true
9
stdout_logfile=/dev/fd/1
10
stdout_logfile_maxbytes=0
11
redirect_stderr=true
12
stopwaitsecs=300
13
14
[program:op-execution]
15
command=/app/execution-entrypoint
16
17
18
19
0 commit comments