github.com/anycable/anycable-go@v1.5.1/docs/health_checking.md (about)

     1  # AnyCable-Go Health Checking
     2  
     3  Health check endpoint is enabled by default and accessible at `/health` path.
     4  
     5  You can configure the path via the `--health-path` option (or `ANYCABLE_HEALTH_PATH` env var).
     6  
     7  You can use this endpoint as readiness/liveness check (e.g. for load balancers).