fix(health): increase health check timeout from 10 to 20 seconds

This commit is contained in:
sharath 2025-06-30 17:56:01 +00:00
parent 7653f8b586
commit 4ef84453d9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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