mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: run deferred jobs inline in sidekiq
This commit is contained in:
@@ -21,7 +21,7 @@ module Scheduler
|
||||
@paused = false
|
||||
end
|
||||
|
||||
# for test
|
||||
# for test and sidekiq
|
||||
def async=(val)
|
||||
@async = val
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user