class Symphony::HealthCheck

Defined in:

symphony/health_check.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(interval = 5.seconds) #

[View source]

Instance Method Detail

def application_ready! #

[View source]
def internal_error! #

It will not make the health check fail, but the next health check will produce a warning.


[View source]
def ok? : Bool #

to be used by subclasses


[View source]
def reset_counters : Nil #

to be used by subclasses


[View source]
def stop_health_checks #

[View source]
def total_concerning_events : Int32 #

to be used by subclasses


[View source]