From 4ef84453d93fc4c8cf130779e7b8473a48829393 Mon Sep 17 00:00:00 2001 From: sharath <29162020+tnfssc@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:56:01 +0000 Subject: [PATCH] fix(health): increase health check timeout from 10 to 20 seconds --- backend/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/docker-compose.yml b/backend/docker-compose.yml index 925075ac..729e93ea 100644 --- a/backend/docker-compose.yml +++ b/backend/docker-compose.yml @@ -75,7 +75,7 @@ services: max-file: "3" healthcheck: test: ["CMD", "uv", "run", "worker_health.py"] - timeout: 10s + timeout: 20s interval: 30s start_period: 40s