summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>2023-12-13 20:26:53 +0100
committerGitHub <noreply@github.com>2023-12-13 20:26:53 +0100
commitbf42c63c1239a618e9347293d70f7249be2929ed (patch)
treee91016c366ae4d9a4d229549340e16defd9c6952
parentAdding hosts bulk deletion feature (#14462) (diff)
downloadawx-bf42c63c1239a618e9347293d70f7249be2929ed.tar.xz
awx-bf42c63c1239a618e9347293d70f7249be2929ed.zip
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!
-rw-r--r--tools/docker-compose/supervisor.conf6
1 files changed, 0 insertions, 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