Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eth1 fallback: recheck if fallback comes back online #2806

Closed
mratsim opened this issue Aug 22, 2021 · 3 comments
Closed

Eth1 fallback: recheck if fallback comes back online #2806

mratsim opened this issue Aug 22, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@mratsim
Copy link
Contributor

mratsim commented Aug 22, 2021

From TennisBowling

so currently when having backup web3 providers if the primary goes down it will switch to the fallback permanently, I would prefer it to every slot check if the prefered is up, then if it is usable, switch back to it

This is quite useful for local Geth or Erigon updates otherwise nodes might inadvertantly all depends on Infura.

In terms of check, I'm unsure about the frequency (every slot? every epoch?).

@mratsim mratsim added the enhancement New feature or request label Aug 22, 2021
@TennisBowling
Copy link
Contributor

We should at least check every slot, otherwise we may have problems if we check and switch during a slot, but every slot seems a bit excessive, granted, these are very light calls, but I say every 2 slots.

@TennisBowling
Copy link
Contributor

#3354
close this

@tersec
Copy link
Contributor

tersec commented Feb 15, 2022

Indeed.

@tersec tersec closed this as completed Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants