Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidekiq throwing Redis deprecation errors over and over #56

Open
cguess opened this issue Aug 25, 2022 · 2 comments
Open

Sidekiq throwing Redis deprecation errors over and over #56

cguess opened this issue Aug 25, 2022 · 2 comments
Assignees

Comments

@cguess
Copy link
Contributor

cguess commented Aug 25, 2022

Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.(called from: /Users/christopher/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/sidekiq-6.5.5/lib/sidekiq/launcher.rb:168:in `block (2 levels) in ❤')
Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
  redis.brpop("queue:hypatia_development_urgent", "queue:hypatia_development_default", timeout: 2)(called from: /Users/christopher/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/sidekiq-6.5.5/lib/sidekiq/fetch.rb:49:in `block in retrieve_work')
@cguess cguess self-assigned this Aug 25, 2022
@cguess
Copy link
Contributor Author

cguess commented Aug 25, 2022

This is a known issue that's been put on master for Sidekiq already, just not released
sidekiq/sidekiq#5488

@daniel-gato
Copy link

Do we know when this will be released in a new version?

It Is just to know if it is a matter of hours / days / weeks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants