From d644f7f02babf95bf19ddd905adb02401cd18600 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 22 Mar 2024 05:18:00 +0100 Subject: [PATCH] extend the stop grace period --- base-fullnode.yml | 2 +- op-lisk-sepolia.yml | 2 +- op-mantle-fullnode.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base-fullnode.yml b/base-fullnode.yml index 731f98c2..6e76d4be 100644 --- a/base-fullnode.yml +++ b/base-fullnode.yml @@ -14,7 +14,7 @@ services: - "8480:8480/udp" command: [ "sh", "./geth-entrypoint" ] restart: always - stop_grace_period: 30s + stop_grace_period: 3m volumes: - base-fullnode:/data environment: diff --git a/op-lisk-sepolia.yml b/op-lisk-sepolia.yml index d9a5a02e..1b851857 100644 --- a/op-lisk-sepolia.yml +++ b/op-lisk-sepolia.yml @@ -16,7 +16,7 @@ services: entrypoint: ./geth command: --datadir=/data --rollup.sequencerhttp=https://rpc.sepolia-api.lisk.com --verbosity=3 --http --http.corsdomain=* --http.vhosts=* --http.addr=0.0.0.0 --http.port=8545 --http.api=web3,debug,eth,net,engine --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/jwtsecret --ws --ws.addr=0.0.0.0 --ws.port=8545 --ws.origins=* --ws.api=debug,eth,net,engine --bootnodes=enr:-Iu4QI5BdaTmfMhNKXd-vSniNRSCXk-a3m3nQbe9TCV3puGtCr6FvX6-Vr0Uvx4tYVilGCIYdQNf6fK8O2MKxVqjYJ8BgmlkgnY0gmlwhCKN6PiJc2VjcDI1NmsxoQLBQIaRwlvNxrRKcGtxKmh4JS_orkawS44D4KIORICoi4N0Y3CCIyuDdWRwgiMr --override.ecotone=1708534800 --override.canyon=0 restart: always - stop_grace_period: 30s + stop_grace_period: 3m volumes: - lisk-sepolia:/data - .jwtsecret:/jwtsecret diff --git a/op-mantle-fullnode.yml b/op-mantle-fullnode.yml index 65a1d3be..22858828 100644 --- a/op-mantle-fullnode.yml +++ b/op-mantle-fullnode.yml @@ -49,7 +49,7 @@ services: - --metrics.port=9001 - --snapshot=false restart: always - stop_grace_period: 30s + stop_grace_period: 3m volumes: - mantle-fullnode:/data - ".jwtsecret:/jwtsecret"