Closed epiphone closed 1 year ago
Kubernetes have multiple health-check endpoints for different purpose https://kubernetes.io/docs/reference/using-api/health-checks/
@pnutmath I recommend opening another PR for any extended features.
@epiphone We can add health check at colyseus server level... which will proxy through colyseus proxy.. No need of separate health check here
I think a separate health check is useful: Proxy and Server processes can run on separate instances and may be independently scaled.
Thank you for the PR @epiphone 🙏 , just merged https://github.com/colyseus/proxy/pull/35 that contains your changes + other feedback. Cheers!
Addresses https://github.com/colyseus/proxy/issues/17.