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 parallel uploads #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bruderstein
Copy link

This adds a parallel upload flag that enables uploading multiple files in parallel. This is considerably faster for uploading many files.

This flag keeps the same behavior, that the first failure will exit and fail the whole job. However it's written in a way that we can add options to retry on error and/or "upload-as-much-as-possible", ie. collect errors and show them at the end.

This adds a parallel upload flag that enables uploading multiple files
in parallel. This is considerably faster for uploading many files.
@bruderstein bruderstein marked this pull request as ready for review December 12, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant