LemonGateway. Health
(lemon_gateway v0.1.0)
View Source
Health check system for the gateway.
Runs built-in checks (supervisor, scheduler, run_supervisor, engine_lock)
and optional custom checks configured via :health_checks application env.
Returns a structured health status map consumed by Health.Router.
Summary
Types
Functions
@spec status() :: map()
Returns a map with :ok (boolean), :timestamp, and :checks (list of individual check results).