arturictus / sidekiq_alive

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

Remove expensive call to scan #81

Closed arturictus closed 1 year ago

arturictus commented 1 year ago

In issue #69 @Fire-Dragon-DoL pointed out that we were doing an expensive call to redis with the only purpose to print information to the stdout.

Reviewing the code I realised that we had functionality from the previous implementation that was not used anymore I removed that code

Fire-Dragon-DoL commented 1 year ago

Looks good! :+1: