Skip to content

Commit 047ac07

Browse files
committed
reduce interval
1 parent 61e0dcd commit 047ac07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ services:
371371
restart: unless-stopped
372372
healthcheck:
373373
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "--header", "Content-Type: application/json", "--data", '[{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1},{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}]', "http://localhost:8545/api/health"]
374-
interval: 1m30s
375-
timeout: 10s
376-
retries: 3
374+
interval: 10s
375+
timeout: 1s
376+
retries: 10
377377
graph-node-fastchain:
378378
container_name: streamr-dev-thegraph-node-fastchain
379379
image: graphprotocol/graph-node:v0.32.0

0 commit comments

Comments
 (0)