WARN: NameError: undefined local variable or method `options' for #<Sidekiq::Manager:0x00007fe76f7ca408>
WARN: /Users/user/.rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/bundler/gems/sidekiq-limit_fetch-bf9cee3b81e4/lib/sidekiq/extensions/manager.rb:9:in `start'
After downgrading Sidekiq to 6.4.x the error is gone.
Starting Sidekiq on Ruby 2.7.5 and Sidekiq 6.5.x
The error that we got is
After downgrading Sidekiq to 6.4.x the error is gone.
Could be a duplicate of https://github.com/deanpcmad/sidekiq-limit_fetch/issues/129 but this is a slightly different error.