-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat: support retry logic for incremental snapshot download #487
Comments
for additional ref: https://github.com/orgs/Syndica/projects/2/views/10?pane=issue&itemId=90046148 |
This seems different than auto-retry. Do we want to unify these into a single task? |
yeah should be a single task i think -- just merged them |
This is my proposed logic in pseudocode (didn't include original for brevity, cmd args would be updated also):
|
unfortunately i dont think itll be that separate -- likely it will look something like this:
|
Yea I actually got it working o rate weekend but didn't update the issue yet, thx for chiming in |
downloadSnapshotsFromGossip
downloads a full snapshot and then trys to download an incremental snapshot from the same peer, and if it fails it returns as successThe text was updated successfully, but these errors were encountered: