Class: Legion::Extensions::Health::Actor::Watchdog

Inherits:
Actors::Every
  • Object
show all
Defined in:
lib/legion/extensions/health/actors/watchdog.rb

Instance Method Summary collapse

Instance Method Details

#run_now?Boolean



13
14
15
# File 'lib/legion/extensions/health/actors/watchdog.rb', line 13

def run_now?
  true
end

#runner_functionObject



5
6
7
# File 'lib/legion/extensions/health/actors/watchdog.rb', line 5

def runner_function
  'expire'
end

#timeObject



9
10
11
# File 'lib/legion/extensions/health/actors/watchdog.rb', line 9

def time
  5
end

#use_runner?Boolean



17
18
19
# File 'lib/legion/extensions/health/actors/watchdog.rb', line 17

def use_runner?
  false
end