healthcheck
Add a health check.
EndpointFilter
Bases: Filter
Filter pings to /health.
https://stackoverflow.com/a/70810102
Source code in src/red_utils/ext/fastapi_utils/healthcheck.py
healthy()
async
Respond to healthchecks.
Endpoint does not take any parameters or request bodies.
Response: a 200 'OK', with a response body containing 'healthy'.