Created
September 13, 2014 19:06
-
-
Save aldesantis/c1dc84974762f249dea1 to your computer and use it in GitHub Desktop.
Executing Sidekiq Jobs Immediately
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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