Skip to content

Instantly share code, notes, and snippets.

@BernardoMG
Created April 22, 2019 13:35
Show Gist options
  • Save BernardoMG/f2f7b55b828fe25da7710a4e93cd549a to your computer and use it in GitHub Desktop.
Save BernardoMG/f2f7b55b828fe25da7710a4e93cd549a to your computer and use it in GitHub Desktop.
Sidekiq.configure_server do |config|
config.redis = { url: "redis://host-url:port" }
config.super_fetch! # ensure reliability
end
Sidekiq.configure_client do |config|
config.redis = { url: "redis://host-url:port" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment