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

Parallelize the upload command #391

Closed
wwilsman opened this issue Jun 24, 2021 · 0 comments · Fixed by #419
Closed

Parallelize the upload command #391

wwilsman opened this issue Jun 24, 2021 · 0 comments · Fixed by #419
Labels
✨ enhancement New feature or request

Comments

@wwilsman
Copy link
Contributor

Currently, the percy upload command uploads a single snapshot at a time. This command uses @percy/client directly, and so does not have access to the concurrency used in @percy/core.

We can still utilize the core queue class to create an image upload queue and make this process a bit faster for this command.

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 a pull request may close this issue.

2 participants