From bf42c63c1239a618e9347293d70f7249be2929ed Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:26:53 -0500 Subject: [PATCH] Remove superwatcher from docker-compose dev (#14708) When making changes to the application sometime you can accidentally cause FATAL state and cause the dev container to crash which will remove any ephemeral changes that you have made and is ANNOYING! --- tools/docker-compose/supervisor.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/docker-compose/supervisor.conf b/tools/docker-compose/supervisor.conf index 2b3deb2eab..0efd97d09e 100644 --- a/tools/docker-compose/supervisor.conf +++ b/tools/docker-compose/supervisor.conf @@ -113,12 +113,6 @@ killasgroup=true stdout_events_enabled = true stderr_events_enabled = true -[eventlistener:superwatcher] -command=stop-supervisor -events=PROCESS_STATE_FATAL -autorestart = true -stderr_logfile=/dev/stdout - [unix_http_server] file=/var/run/supervisor/supervisor.sock