FIX: run deferred jobs inline in sidekiq

This commit is contained in:
Sam
2018-05-23 12:05:17 +10:00
parent ff15d95983
commit 6974b7d6a8
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module Scheduler
@paused = false
end
# for test
# for test and sidekiq
def async=(val)
@async = val
end