Skip to content

Commit

Permalink
Remove healthchecker
Browse files Browse the repository at this point in the history
We remove the healthchecker due to a race condition with BPM, Monit and
Garden and `garden.sock` file
  • Loading branch information
MarcPaquette committed May 4, 2023
1 parent 03e30bf commit edc6e08
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jobs/garden/monit
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,3 @@ check process garden

group vcap
<% end %>

check process garden-healthchecker
with pidfile /var/vcap/sys/run/bpm/garden/garden-healthchecker.pid
start program "/var/vcap/jobs/bpm/bin/bpm start garden -p garden-healthchecker"
stop program "/var/vcap/jobs/bpm/bin/bpm stop garden -p garden-healthchecker"
if 1 restarts within 1 cycles then exec "/var/vcap/packages/garden-runc-healthchecker/bin/restart-monit-job garden <%= p('healthchecker.failure_counter_file') %>"
depends on garden
group vcap

0 comments on commit edc6e08

Please sign in to comment.