sidekiq-grouping icon indicating copy to clipboard operation
sidekiq-grouping copied to clipboard

Deprecation warning: config.options

Open jaredmoody opened this issue 2 years ago • 3 comments

With Sidekiq 6.5.7:

`config.options[:key] = value` is deprecated, use `config[:key] = value`

I'd be willing to take a stab at a PR for this if you would like.

jaredmoody avatar Oct 18 '22 16:10 jaredmoody

getting this one also :)

matoni109 avatar Oct 24 '22 05:10 matoni109

looks like there is a PR already @jaredmoody

matoni109 avatar Oct 24 '22 05:10 matoni109

Hey! This was fixed in new versions 1.2.0 and 1.3.0 :rocket:

mrexox avatar Dec 05 '22 10:12 mrexox