Double all timeout values to prevent download/upsert timeouts
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user