-
Notifications
You must be signed in to change notification settings - Fork 389
feat: Add retry logic to file#download
via file#createReadStream
#1681
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
Conversation
This looks good to me, no concerns on my end. |
…nto add-retry-logic-to-file.download
file#download
via file#createReadStream
file#download
via file#createReadStream
This is mapped to |
In looking at this code it looked like a refactor to me, not adding new functionality. Did I miss something? |
I can add some clarity - this PR is for supporting retries for |
From your understanding, was file.download retried before this PR? From my understanding it is. |
Closed - the |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #1635