# 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