We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01e08b6 + 7db1395 commit c9f62c3Copy full SHA for c9f62c3
build/supervisord.conf
@@ -36,6 +36,6 @@ stdout_logfile_maxbytes=0
36
stderr_logfile=/dev/stderr
37
stderr_logfile_maxbytes=0
38
39
-[eventlistener:processes]
40
-command=/usr/local/bin/stop-supervisor.sh
41
-events=PROCESS_STATE_STOPPED, PROCESS_STATE_FATAL
+[eventlistener:quit_on_failure]
+events=PROCESS_STATE_FATAL
+command=/bin/bash -c "echo READY; while read line; do kill $PPID; sleep 300; kill -9 $PPID; done"
0 commit comments