sidekiq-grouping
sidekiq-grouping copied to clipboard
Deprecation warning: config.options
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.
getting this one also :)
looks like there is a PR already @jaredmoody
Hey! This was fixed in new versions 1.2.0 and 1.3.0 :rocket: