We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e642868 commit 33bb1f8Copy full SHA for 33bb1f8
config/initializers/sidekiq.rb
@@ -0,0 +1,9 @@
1
+sidekiq_config = { url: ENV['JOB_WORKER_URL'] }
2
+
3
+Sidekiq.configure_server do |config|
4
+ config.redis = sidekiq_config
5
+end
6
7
+Sidekiq.configure_client do |config|
8
9
0 commit comments