Double all timeout values to prevent download/upsert timeouts

This commit is contained in:
2026-07-20 04:37:31 +00:00
parent 6b3fa63501
commit d347e0e586
13 changed files with 1070 additions and 29 deletions
+4 -4
View File
@@ -21,7 +21,7 @@ services:
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-mtgonline}"]
interval: 10s
timeout: 5s
timeout: 10s
retries: 5
start_period: 30s
@@ -45,7 +45,7 @@ services:
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-mtgonline}"]
interval: 10s
timeout: 5s
timeout: 10s
retries: 5
start_period: 30s
@@ -61,7 +61,7 @@ services:
healthcheck:
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
interval: 10s
timeout: 5s
timeout: 10s
retries: 5
start_period: 5s
@@ -116,7 +116,7 @@ services:
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8000/health || exit 1"]
interval: 30s
timeout: 30s
timeout: 60s
retries: 3
start_period: 600s # 10 minutes for initial data download