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

Add optional retry for data upload operations #225

Open
guysmoilov opened this issue Nov 2, 2022 · 1 comment
Open

Add optional retry for data upload operations #225

guysmoilov opened this issue Nov 2, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@guysmoilov
Copy link
Member

They have a tendency to get interrupted, and an optional retry mechanism would really improve the experience.
This will require care, since if the upload has any opened files, they either have to be re-opened or else the retry aborted.

@guysmoilov guysmoilov added enhancement New feature or request help wanted Extra attention is needed labels Nov 2, 2022
@guysmoilov
Copy link
Member Author

Another option would be to introduce a multi-step process to upload files one at a time, with retries, and then finally commit them all at once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant