mirror of https://github.com/kortix-ai/suna.git
fix(health): increase health check timeout from 10 to 20 seconds
This commit is contained in:
parent
7653f8b586
commit
4ef84453d9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue