Skip to main content

FastAPI

Run independent checks concurrently so a slow dependency does not consume the entire five-second request budget.
Replace check_postgres and check_redis with short operations provided by your application. Keep the handler read-only and avoid expensive application work.

Minimal endpoint

If you only need reachability monitoring, return the service name:
Validate the deployed URL with the validation endpoint before creating the monitor.