Ready endpoint should wait until all dependencies are initialized #27

Open
opened 2021-06-22 23:25:08 +00:00 by davidlick · 0 comments
davidlick commented 2021-06-22 23:25:08 +00:00 (Migrated from github.com)

GET /ready should not report 200 OK until all dependencies are initialized and the application is ready to accept requests.

This allows EKS/GKE to know when a pod is healthy.

`GET /ready` should not report `200 OK` until all dependencies are initialized and the application is ready to accept requests. This allows EKS/GKE to know when a pod is healthy.
Sign in to join this conversation.