Replies: 1 comment 2 replies
-
|
That log output happens when Sidekiq first tries to connect to Redis. If you can get the full backtrace from that log (by adding |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I noticed that starting with Sidekiq 7 I always have this line of output whenever I run any rake task in my rails app (e.g.
rake db:test:prepare):We're using sidekiq-pro, and our intializer is fairly trivial:
I'm worried if the log output means Sidekiq tries to talk to redis when it is not supposed to.
Beta Was this translation helpful? Give feedback.
All reactions