Module: Splash::Daemon::Orchestrator::SchedulerHooks

Defined in:
lib/splash/daemon/orchestrator/hooks.rb

Overview

Rufus Scheduler Hooks

Instance Method Summary collapse

Instance Method Details

#on_post_trigger(job, trigger_time) ⇒ Object

not yet implemented



21
22
23
# File 'lib/splash/daemon/orchestrator/hooks.rb', line 21

def on_post_trigger(job, trigger_time)

end

#on_pre_trigger(job, trigger_time) ⇒ Object

not yet implemented



16
17
18
# File 'lib/splash/daemon/orchestrator/hooks.rb', line 16

def on_pre_trigger(job, trigger_time)

end