arturictus / sidekiq_alive

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

fix: use queue prefix in sidekiq worker #57

Closed Startouf closed 1 year ago

Startouf commented 2 years ago

The current_queue variable will only reflect changes added in an initializer after the sidekiq startup hook fixes https://github.com/arturictus/sidekiq_alive/issues/42

andrcuns commented 1 year ago

This should be fixed by https://github.com/arturictus/sidekiq_alive/pull/72