mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 03:54:33 +08: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