Skip to content

✨ Add queue concurrency to the upload command#419

Merged
wwilsman merged 2 commits intomasterfrom
ww/upload-concurrency
Jul 15, 2021
Merged

✨ Add queue concurrency to the upload command#419
wwilsman merged 2 commits intomasterfrom
ww/upload-concurrency

Conversation

@wwilsman
Copy link
Copy Markdown
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
Copy Markdown
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