Skip to content

Instantly share code, notes, and snippets.

@International
Created November 25, 2012 19:37
Show Gist options
  • Save International/4144950 to your computer and use it in GitHub Desktop.
Save International/4144950 to your computer and use it in GitHub Desktop.
# config/environments/production.rb
# background thread
config.queue = ActiveSupport::Queue
# sidekiq ( rails4 branch )
config.queue = Sidekiq::Client::Queue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment