View Source ExHealth.HealthServer (ex_health v0.4.0)

The HealthServer is a GenServer that is responsible for running all health checks and determining system health.

All other integrations must communicate to the HealthServer to get information about the latest checks.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Start the HealthServer for a given state of type ExHealth.Status.t.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Start the HealthServer for a given state of type ExHealth.Status.t.