Skip to content

Instantly share code, notes, and snippets.

@aldesantis
Created September 13, 2014 19:06
Show Gist options
  • Save aldesantis/c1dc84974762f249dea1 to your computer and use it in GitHub Desktop.
Save aldesantis/c1dc84974762f249dea1 to your computer and use it in GitHub Desktop.
Executing Sidekiq Jobs Immediately
if ENV['DISABLE_ASYNC']
require 'sidekiq/testing'
Sidekiq::Testing.inline!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment