We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461b0d7 commit 70afa00Copy full SHA for 70afa00
1 file changed
supervisord.conf
@@ -9,10 +9,14 @@ stdout_logfile=/dev/fd/1
9
stdout_logfile_maxbytes=0
10
redirect_stderr=true
11
stopwaitsecs=300
12
+autorestart=true
13
+startretries=5
14
15
[program:op-execution]
16
command=/app/execution-entrypoint
17
stdout_logfile=/dev/fd/1
18
19
20
21
22
0 commit comments