Create a standardized global health check route Always evaluated first, accessible from any host
Health check configuration
Health check route with priority 0
const health = createHealthRoute({ instanceId: "prod-cluster-1", services: 10, version: "1.0.0",}); Copy
const health = createHealthRoute({ instanceId: "prod-cluster-1", services: 10, version: "1.0.0",});
Create a standardized global health check route Always evaluated first, accessible from any host