Skip to content
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

Chunked Box uploader should be made fault-tolerant like the older uploader is #123

Open
ressy opened this issue Oct 21, 2022 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@ressy
Copy link
Member

ressy commented Oct 21, 2022

I'd left the fault-tolerant logic in place only for the older Box upload method for small files (that uses folder.upload) but not the newer chunked version (that uses folder.create_upload_session()), but I'm still seeing occasional instances of requests.exceptions.ConnectionError when a connection is interrupted mid-upload. I don't see any reason not to apply the same retry structure around both upload types.

@ressy ressy added the enhancement New feature or request label Oct 21, 2022
@ressy ressy added this to the Version 0.0.6 milestone Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant