From b693c45ddd6e2ea99085edf73ac31464c6bc5c95 Mon Sep 17 00:00:00 2001 From: cventastic Date: Thu, 8 Sep 2022 01:09:50 +0200 Subject: [PATCH] default grace period to aggressive with 10 sec --- erigon.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/erigon.yml b/erigon.yml index 32e4d5c9..6cb654ba 100644 --- a/erigon.yml +++ b/erigon.yml @@ -23,6 +23,7 @@ services: --authrpc.vhosts=* --authrpc.jwtsecret=/jwtsecret restart: unless-stopped + stop_grace_period: 1m labels: - "prometheus-scrape.enabled=true" - "prometheus-scrape.port=6060" @@ -74,6 +75,8 @@ services: --execution-jwt /jwtsecret --http --http-address=0.0.0.0 + restart: unless-stopped + stop_grace_period: 1m networks: - chains labels: