helidon-sockshop / sockshop

(START HERE) Helidon Sock Shop: Main application repository containing checkout, build and deployment scripts for all services
Universal Permissive License v1.0
99 stars 19 forks source link

Add backend-specific readiness health checks to all services #2

Closed aseovic closed 4 years ago

aseovic commented 4 years ago

At the moment only Payment and Shipping service have backend readiness health checks, and only for Mongo and Redis backends.

We need to add those checks for all other services, and implement MySQL health check for all services.

aseovic commented 4 years ago

We should also change all service deployments in app.yaml files to use /health/ready endpoint for readiness probe.

aseovic commented 4 years ago

Won't fix -- it does not seem necessary at the moment, as the default checks work fine for this purpose.