mainnet: set public testing endpoint check to recover faster
This commit is contained in:
parent
c2c610df7c
commit
e4b080274b
|
@ -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
|
||||
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue