Skip to content

Commit 60a2860

Browse files
committed
fix: remove redis config for sidekiq to use heroku:redis:mini
1 parent 05aa887 commit 60a2860

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/initializers/sidekiq.rb

-6
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,4 @@
55
# Sidekiq.configure_client do |config|
66
# config.redis = { url: 'redis://localhost:6379/0' }
77
# end
8-
Sidekiq.configure_server do |config|
9-
config.redis = { url: ENV['REDIS_URL'], network_timeout: 5 }
10-
end
118

12-
Sidekiq.configure_client do |config|
13-
config.redis = { url: ENV['REDIS_URL'], network_timeout: 5 }
14-
end

0 commit comments

Comments
 (0)