noisy sidekiq deprecated errors #5

Open
opened 10 months ago by bike · 0 comments
bike commented 10 months ago
Owner

May look into resolving all these sidekiq deprecated errors

bikebikebike-sidekiq  | Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0.
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | redis.pipelined do
bikebikebike-sidekiq  |   redis.get("key")
bikebikebike-sidekiq  | end
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | should be replaced by
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | redis.pipelined do |pipeline|
bikebikebike-sidekiq  |   pipeline.get("key")
bikebikebike-sidekiq  | end
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | (called from /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/api.rb:746:in `block in cleanup'}
bikebikebike-sidekiq  | Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0.
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | redis.multi do
bikebikebike-sidekiq  |   redis.get("key")
bikebikebike-sidekiq  | end
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | should be replaced by
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | redis.multi do |pipeline|
bikebikebike-sidekiq  |   pipeline.get("key")
bikebikebike-sidekiq  | end
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | (called from /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/launcher.rb:84:in `block in ❤'}
bikebikebike-sidekiq  | Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0.
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | redis.multi do
bikebikebike-sidekiq  |   redis.get("key")
bikebikebike-sidekiq  | end
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | should be replaced by
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | redis.multi do |pipeline|
bikebikebike-sidekiq  |   pipeline.get("key")
bikebikebike-sidekiq  | end
bikebikebike-sidekiq  | 
bikebikebike-sidekiq  | (called from /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/launcher.rb:103:in `block in ❤'}
bikebikebike-sidekiq  | Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/launcher.rb:104:in `block (2 levels) in ❤')
bikebikebike-sidekiq  | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
bikebikebike-sidekiq  |   redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work')
bikebikebike-sidekiq  | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
bikebikebike-sidekiq  |   redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work')
bikebikebike-sidekiq  | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
bikebikebike-sidekiq  |   redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work')
bikebikebike-sidekiq  | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
bikebikebike-sidekiq  |   redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work')
bikebikebike-sidekiq  | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument:
bikebikebike-sidekiq  |   redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work')
May look into resolving all these sidekiq deprecated errors ``` bikebikebike-sidekiq | Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. bikebikebike-sidekiq | bikebikebike-sidekiq | redis.pipelined do bikebikebike-sidekiq | redis.get("key") bikebikebike-sidekiq | end bikebikebike-sidekiq | bikebikebike-sidekiq | should be replaced by bikebikebike-sidekiq | bikebikebike-sidekiq | redis.pipelined do |pipeline| bikebikebike-sidekiq | pipeline.get("key") bikebikebike-sidekiq | end bikebikebike-sidekiq | bikebikebike-sidekiq | (called from /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/api.rb:746:in `block in cleanup'} bikebikebike-sidekiq | Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. bikebikebike-sidekiq | bikebikebike-sidekiq | redis.multi do bikebikebike-sidekiq | redis.get("key") bikebikebike-sidekiq | end bikebikebike-sidekiq | bikebikebike-sidekiq | should be replaced by bikebikebike-sidekiq | bikebikebike-sidekiq | redis.multi do |pipeline| bikebikebike-sidekiq | pipeline.get("key") bikebikebike-sidekiq | end bikebikebike-sidekiq | bikebikebike-sidekiq | (called from /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/launcher.rb:84:in `block in ❤'} bikebikebike-sidekiq | Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. bikebikebike-sidekiq | bikebikebike-sidekiq | redis.multi do bikebikebike-sidekiq | redis.get("key") bikebikebike-sidekiq | end bikebikebike-sidekiq | bikebikebike-sidekiq | should be replaced by bikebikebike-sidekiq | bikebikebike-sidekiq | redis.multi do |pipeline| bikebikebike-sidekiq | pipeline.get("key") bikebikebike-sidekiq | end bikebikebike-sidekiq | bikebikebike-sidekiq | (called from /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/launcher.rb:103:in `block in ❤'} bikebikebike-sidekiq | Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/launcher.rb:104:in `block (2 levels) in ❤') bikebikebike-sidekiq | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: bikebikebike-sidekiq | redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') bikebikebike-sidekiq | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: bikebikebike-sidekiq | redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') bikebikebike-sidekiq | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: bikebikebike-sidekiq | redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') bikebikebike-sidekiq | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: bikebikebike-sidekiq | redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') bikebikebike-sidekiq | Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: bikebikebike-sidekiq | redis.brpop("queue:production", timeout: 2)(called from: /usr/local/bundle/gems/sidekiq-5.2.8/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.