gcloud-lab/apps/base/customer1/trading-platform/execute-service
Sirius Devops abecefe0e1 fix(execute-service): update startupProbe to /health/ready with 30 failureThreshold
The service was 'running but not ready' because:
- startupProbe used /health (always-ok) with only failureThreshold: 6 (~30s grace)
- Executor initialization (Hyperliquid SDK network calls + Solana client) takes longer

Now uses /health/ready (checks actual executor state) with failureThreshold: 30 (~5min grace), matching the pattern used for data-service and dashboard.

Also updated Helm template for consistency.
2026-05-25 06:09:20 +00:00
..
deployment.yaml fix(execute-service): update startupProbe to /health/ready with 30 failureThreshold 2026-05-25 06:09:20 +00:00
kustomization.yaml feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00
service.yaml feat: add trading-platform K8s manifests for customer1 2026-05-21 04:17:05 +00:00