You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user setup charon to point at two CLs in case the first one went down. Charon when given two CLs hits both and uses the fastest answer. This user would have been happier had there been a way to use the extra CLs as fallbacks only.
🛠️ Proposed solution
Create a --beacon-node-fallback-endpoints flag on charon run that takes a list of consensus clients, and use them only when the endpoints in the --beacon-node-endpoints are all unhealthy.
🧪 Tests
Tested by new automated unit/integration/smoke tests
Manually tested on core team/canary/test clusters
Manually tested on local compose simnet
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
A user setup charon to point at two CLs in case the first one went down. Charon when given two CLs hits both and uses the fastest answer. This user would have been happier had there been a way to use the extra CLs as fallbacks only.
🛠️ Proposed solution
Create a
--beacon-node-fallback-endpoints
flag oncharon run
that takes a list of consensus clients, and use them only when the endpoints in the--beacon-node-endpoints
are all unhealthy.🧪 Tests
The text was updated successfully, but these errors were encountered: