Skip to main content

handle_health_check

Function handle_health_check 

Source
pub async fn handle_health_check(
    event_bus: Arc<EventBus>,
) -> Result<impl Reply, Infallible>
Expand description

Handler for health check requests.

Returns a simple response with the status “ok” and the current version number. This endpoint allows monitoring systems to verify that the TAP HTTP server is operational.