We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05aa887 commit 60a2860Copy full SHA for 60a2860
config/initializers/sidekiq.rb
@@ -5,10 +5,4 @@
5
# Sidekiq.configure_client do |config|
6
# config.redis = { url: 'redis://localhost:6379/0' }
7
# end
8
-Sidekiq.configure_server do |config|
9
- config.redis = { url: ENV['REDIS_URL'], network_timeout: 5 }
10
-end
11
12
-Sidekiq.configure_client do |config|
13
14
0 commit comments