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 queue concurrency to the upload command #419

Merged
merged 2 commits into from
Jul 15, 2021

Conversation

wwilsman
Copy link
Contributor

What is this?

This resolves #391 and utilizes core's queue class to parallelize the upload command. It adds a upload.concurrency option as well to allow control of the queue size. It also borrows a pattern from core by waiting on uploads at the "end" of the process and clearing the queue on error to allow the process to continue.

@wwilsman wwilsman added the ✨ enhancement New feature or request label Jul 15, 2021
@wwilsman wwilsman requested a review from Robdel12 July 15, 2021 18:22
Copy link
Contributor

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏁 I'll never stop loving all of the wins we get from consolidating the SDKs onto this toolchain.

(nice to see you get bit by the linter too sometimes HAHAHA)

@wwilsman wwilsman merged commit 94ab268 into master Jul 15, 2021
@wwilsman wwilsman deleted the ww/upload-concurrency branch July 15, 2021 18:42
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

Successfully merging this pull request may close these issues.

Parallelize the upload command
2 participants