From 4219e753daa433e8041668e851deda61f37459ac Mon Sep 17 00:00:00 2001 From: Divyank Singh <26967154+dx4956@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:05:01 +0530 Subject: [PATCH] build: increase mysql healthcheck retries to avoid race condition on lower-end hardware (#480) --- install/management_compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/management_compose.yaml b/install/management_compose.yaml index 39081bb..cadf753 100644 --- a/install/management_compose.yaml +++ b/install/management_compose.yaml @@ -82,7 +82,7 @@ services: test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] interval: 30s timeout: 10s - retries: 3 + retries: 10 redis: image: redis:7-alpine container_name: nomad_redis @@ -117,4 +117,4 @@ services: volumes: nomad-update-shared: - driver: local \ No newline at end of file + driver: local