arturictus / sidekiq_alive

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

Prepend queue as the high priority queue (#31) #43

Closed limcross closed 3 years ago

limcross commented 4 years ago

This eliminates false negatives in workers with a large number of jobs (which does not allow the sidekiq_alive job to be processed)

Close #31

arturictus commented 3 years ago

Thanks @limcross for your PR!! :100: Has been released with the 2.0.4 version.