class Symphony::HealthCheck
- Symphony::HealthCheck
- Reference
- Object
Defined in:
symphony/health_check.crConstructors
Instance Method Summary
- #application_ready!
-
#internal_error!
It will not make the health check fail, but the next health check will produce a warning.
-
#ok? : Bool
to be used by subclasses
-
#reset_counters : Nil
to be used by subclasses
- #stop_health_checks
-
#total_concerning_events : Int32
to be used by subclasses
Constructor Detail
Instance Method Detail
def internal_error!
#
It will not make the health check fail, but the next health check will produce a warning.