Skip to content

Commit 70afa00

Browse files
committed
restart up to 5 times on failure
1 parent 461b0d7 commit 70afa00

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

supervisord.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ stdout_logfile=/dev/fd/1
99
stdout_logfile_maxbytes=0
1010
redirect_stderr=true
1111
stopwaitsecs=300
12+
autorestart=true
13+
startretries=5
1214

1315
[program:op-execution]
1416
command=/app/execution-entrypoint
1517
stdout_logfile=/dev/fd/1
1618
stdout_logfile_maxbytes=0
1719
redirect_stderr=true
1820
stopwaitsecs=300
21+
autorestart=true
22+
startretries=5

0 commit comments

Comments
 (0)