discourse/lib/scheduler/schedule.rb
Sam ed45a1dce3 FEATURE: new scheduler so we can deprecate sidetiq
This is a work in progress, should have it finished tomorrow.
2014-01-30 16:21:38 +11:00

6 lines
87 B
Ruby

module Scheduler::Schedule
def every(duration=nil)
@every ||= duration
end
end