We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
timeout: 123
mhenrixon/sidekiq-unique-jobs#730 (comment)
It seems that redis-namespace doesn't support kwargs that the redis-rb gem uses. For example for brpoplpush like described by @cgunther in mhenrixon/sidekiq-unique-jobs#730 (comment).
I can replicate it, and I'd prefer to avoid using a deprecated API (the integer as the second argument) if I can avoid it.
Perhaps you could look into supporting keyword arguments as the redis-rb gem does?
The text was updated successfully, but these errors were encountered:
#104
Sorry, something went wrong.
I'm getting a warning when using sidekiq for brpop too.
brpop
redis.brpop("development:queue:searchkick", "development:queue:default", "development:queue:mailers", "development:queue:low", timeout: 2)(called from: /Users/jpaas/.rvm/gems/ruby-3.1.2@karma-backend/gems/redis-namespace-1.9.0/lib/redis/namespace.rb:479:in `call_with_namespace')
The super annoying thing is that sidekiq does a lot of brpops, so my console is just constantly filling with these warnings.
No branches or pull requests
mhenrixon/sidekiq-unique-jobs#730 (comment)
It seems that redis-namespace doesn't support kwargs that the redis-rb gem uses. For example for brpoplpush like described by @cgunther in mhenrixon/sidekiq-unique-jobs#730 (comment).
I can replicate it, and I'd prefer to avoid using a deprecated API (the integer as the second argument) if I can avoid it.
Perhaps you could look into supporting keyword arguments as the redis-rb gem does?
The text was updated successfully, but these errors were encountered: