You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the upgrade, we are getting spammed with the following deprecation warning:
Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
redis.brpop("queue:exports", "queue:mailers", "queue:backfill_validations", "queue:default", "queue:import", "queue:ingest", "queue:push_to_aapb", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-6.4.2/lib/sidekiq/fetch.rb:47:in `block in retrieve_work')
Acceptance Criteria
Sidekiq stops spamming deprecation warnings
Testing Instructions and Sample Files
In local dev environment, boot up Sidekiq and observe the lack of deprecation warning spams
Story
After the upgrade, we are getting spammed with the following deprecation warning:
Acceptance Criteria
Testing Instructions and Sample Files
Notes
Addressed here: sidekiq/sidekiq#5488
Fix is in Sidekiq 6.5.6+
The text was updated successfully, but these errors were encountered: