From 596ff6796a05479455f78985fd6dff965549de80 Mon Sep 17 00:00:00 2001 From: Amund Isaksen Date: Thu, 25 Jan 2024 13:43:11 +0100 Subject: [PATCH] Upped number of retires for datastore-store container --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e8b8a90b..a086a125 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,7 @@ services: test: [ "CMD-SHELL", "exit $(/bin/grpc_health_probe -addr=localhost:50050)" ] interval: 5s timeout: 1s - retries: 3 + retries: 12 start_period: 60s # Failures in 30 seconds do not mark container as unhealthy depends_on: migrate: