We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The chain following code will recover from errors and retry immediately.
It is not throttled, which might lead to a (fast) infinite loop.
Follow-up to #1505 where it seemed that the node was crashing because of this.
Imagined:
The text was updated successfully, but these errors were encountered:
That is no longer the case, the wallet now "sleeps" between each retry and only retry "retryable" exceptions. Other will simply lead to crash.
Sorry, something went wrong.
No branches or pull requests
Context
The chain following code will recover from errors and retry immediately.
It is not throttled, which might lead to a (fast) infinite loop.
Follow-up to #1505 where it seemed that the node was crashing because of this.
Steps to Reproduce
Imagined:
Expected behavior
Actual behavior
Resolution
QA
The text was updated successfully, but these errors were encountered: