-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Improve jsonRPC error UX for eth1 + execution #4348
Comments
will be picking this up |
@g11tech We already have a delay set for such cases of errors. lodestar/packages/beacon-node/src/eth1/eth1DepositDataTracker.ts Lines 182 to 186 in 6ac8c07
And the http errors |
its not about wait time but sort of debounce the error .... like how we do for engine coming offfline online etc. so 1 error for state change |
As brought to notice by a discord user
seamonkey
, sometimes because of the nodejs engine intermittent loading or the execution engine's intermittent loading the json rpc api can throw harmless intermittent errors likeUNAVAILABLE
,TIMEOUT
like theseHowever these give users not so good experience, and hence we need to have an error accumulator for such unavailable errors and log the throw only if counter surpasses.
The text was updated successfully, but these errors were encountered: