diff --git a/backend/worker_health.py b/backend/worker_health.py index 9f8b610f..2d2a6f22 100644 --- a/backend/worker_health.py +++ b/backend/worker_health.py @@ -13,7 +13,7 @@ async def main(): await retry(lambda: redis.initialize_async()) key = uuid.uuid4().hex run_agent_background.check_health.send(key) - timeout = 5 # seconds + timeout = 20 # seconds elapsed = 0 while elapsed < timeout: if await redis.get(key) == "healthy":