arturictus / sidekiq_alive

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

Fix Sidekiq deprecation warning: use config[:key] instead of config.options[:key] #70

Closed wscourge closed 1 year ago

wscourge commented 1 year ago

In the latest Sidekiq, there's the following deprecation notice:

"config.options[:key] = value is deprecated, use config[:key] = value" sidekiq deprecation warning

This PR adds new syntax usage.