-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
alternative retry strategy for downloading files #1751
Conversation
Codecov ReportBase: 69.11% // Head: 69.03% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1751 +/- ##
==========================================
- Coverage 69.11% 69.03% -0.08%
==========================================
Files 23 23
Lines 2477 2487 +10
Branches 588 591 +3
==========================================
+ Hits 1712 1717 +5
- Misses 651 656 +5
Partials 114 114
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
looks good |
@uriesk Thx, will have a look this WE and merge if OK in priority |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Don't immediately retry failed file requests again.
Instead use the already existing filesToRetryXPath store multiple times to retry after the rest is done.
fixes #1750