-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Install packages asynchronously #8946
Comments
It’s probably not easy to do the install part in parallel. The download part is already tracked in #825. |
At least if a package fails to install, continue the remaining installation |
That’s not a very good idea IMO… |
To elaborate on this, while it is possible to install in parallel, having some packages failed and some successfully installed would cause dependency breakage. Please see GH-8187 for the discussion around parallelizing installation for better performance. |
What's the problem this feature will solve?
If a package fails, the remaining will install.
Describe the solution you'd like
Install separately as a thread
The text was updated successfully, but these errors were encountered: