mainnet: set public testing endpoint check to recover faster

This commit is contained in:
Anton Iakimov 2024-05-20 16:39:22 +02:00
parent c2c610df7c
commit e4b080274b
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ beacon_node_exec_layer_urls: |-
# Reduce Consul alerts sensitivity
beacon_node_consul_check_interval: '60s'
beacon_node_consul_check_timeout: '10s'
beacon_node_consul_success_before_passing: 60 # 1h
beacon_node_consul_success_before_passing: '{{ node.get("success_before_passing", 60) }}' # 1h by default
beacon_node_consul_failures_before_warning: 120 # 2h
beacon_node_consul_failures_before_critical: 180 # 3h

View File

@ -17,7 +17,7 @@ nodes_layout:
'linux-02.ih-eu-mda1.nimbus.mainnet':
- { branch: 'stable', num: 1 }
- { branch: 'testing', num: 1, public_api: true }
- { branch: 'testing', num: 1, public_api: true, success_before_passing: 5 }
- { branch: 'unstable', num: 1, open_libp2p_ports: false }
- { branch: 'unstable', num: 2 }