From f01573d6c649a1f7e2ab05c76cab394c1c2e3f64 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Jun 2024 09:34:59 +0000 Subject: [PATCH] Combiner health check is now fixed by increasing the interval time from 2sec to 20sec. We don't need any extra flags. --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index b6563ace6..85386c6da 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -107,7 +107,7 @@ services: "/bin/grpc_health_probe", "-addr=localhost:12080" ] - interval: 2s + interval: 20s timeout: 10s retries: 5 depends_on: