Skip to content

Commit

Permalink
Remove superwatcher from docker-compose dev (ansible#14708)
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
TheRealHaoLiu authored and djyasin committed Nov 11, 2024
1 parent a7ff733 commit 600be8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/docker-compose/supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 600be8c

Please sign in to comment.