From f89d5151cf99268156e3744d117c725940141b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fischer?= <a.fischer@opentalk.eu> Date: Tue, 3 Dec 2024 10:10:56 +0100 Subject: [PATCH] health chaeck timeout increased --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 99182fb..0f006a3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -252,8 +252,8 @@ services: RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbit consumer_timeout 30000 healthcheck: test: rabbitmq-diagnostics -q check_running && rabbitmq-diagnostics -q check_local_alarms - interval: 10s - timeout: 15s + interval: 30s + timeout: 60s retries: 5 # *** Redis *** -- GitLab