-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add retry coverage to the streaming portion of a download (#241)
* apply retry strategy to Download.consume block * change to implement retry across entire operation by adding wrapper around Download.consume * apply _consume_with_retries across Download sub classes * add unit test * add tests * update docstrings
- Loading branch information
Showing
4 changed files
with
355 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.