redis.brpop Passing the timeout as a positional argument is deprecated
denisj opened this issue · 1 comments
denisj commented
After upgrading to Sidekiq 6.5.5, I have these warnings:
sidekiq_1 | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
sidekiq_1 | redis.brpop("queue:default", timeout: 2)(called from: /gems/ruby/3.1.0/gems/sidekiq-limit_fetch-4.3.0/lib/sidekiq/limit_fetch.rb:73:in `block (2 levels) in redis_brpop')
deanpcmad commented
v4.3.1 has now been released