arturictus / sidekiq_alive

Liveness probe for Sidekiq in Kubernetes deployments
MIT License
188 stars 57 forks source link

Implement quite mode for alive web server #109

Closed andrcuns closed 6 months ago

andrcuns commented 8 months ago

This PR implements suggestion from https://github.com/arturictus/sidekiq_alive/issues/85 to gracefully handle extended sidekiq shutdowns. Additional improvements and fixes are added as well.

Closes #85, #100, #105

andrcuns commented 8 months ago

@arturictus This is a follow up with some further improvements. I tested it out in my own k8s deployment and everything seems to be working as expected 🎉