Skip to content

Commit

Permalink
Do not restart HttpOk and MemoryMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Nov 14, 2024
1 parent 2de2ccc commit 0b68fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ graceful: .installed.cfg
./bin/supervisord 2> /dev/null || ( \
./bin/supervisorctl reread && \
./bin/supervisorctl update && \
for process in `./bin/supervisorctl status | grep -v zeo | awk '{print $$1}'`; do \
for process in `./bin/supervisorctl status | egrep -v '(zeo|HttpOk|MemoryMonitor)' | awk '{print $$1}'`; do \
./bin/supervisorctl restart "$$process" && \
sleep 30; \
done \
Expand Down

0 comments on commit 0b68fe9

Please sign in to comment.