mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
skip runner params changed
This commit is contained in:
parent
542e796fb0
commit
5373413102
@ -118,7 +118,7 @@ module Scheduler
|
||||
end
|
||||
|
||||
def self.without_runner(redis=nil)
|
||||
self.new(redis, true)
|
||||
self.new(redis, skip_runner: true)
|
||||
end
|
||||
|
||||
def initialize(redis = nil, options=nil)
|
||||
|
Loading…
Reference in New Issue
Block a user