mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 18:51:08 +08:00
skip runner params changed
This commit is contained in:
@ -118,7 +118,7 @@ module Scheduler
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.without_runner(redis=nil)
|
def self.without_runner(redis=nil)
|
||||||
self.new(redis, true)
|
self.new(redis, skip_runner: true)
|
||||||
end
|
end
|
||||||
|
|
||||||
def initialize(redis = nil, options=nil)
|
def initialize(redis = nil, options=nil)
|
||||||
|
Reference in New Issue
Block a user