Method: God::Behaviors::NotifyWhenFlapping#before_restart
- Defined in:
- lib/god/behaviors/notify_when_flapping.rb
#before_restart ⇒ Object
34 35 36 37 38 |
# File 'lib/god/behaviors/notify_when_flapping.rb', line 34 def before_restart now = Time.now.to_i @startup_times << now check_for_flapping(now) end |