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

Install packages asynchronously #8946

Closed
SmartManoj opened this issue Oct 1, 2020 · 4 comments
Closed

Install packages asynchronously #8946

SmartManoj opened this issue Oct 1, 2020 · 4 comments

Comments

@SmartManoj
Copy link

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

@uranusjr
Copy link
Member

uranusjr commented Oct 1, 2020

It’s probably not easy to do the install part in parallel. The download part is already tracked in #825.

@uranusjr uranusjr closed this as completed Oct 1, 2020
@SmartManoj
Copy link
Author

At least if a package fails to install, continue the remaining installation

@uranusjr
Copy link
Member

uranusjr commented Oct 1, 2020

That’s not a very good idea IMO…

@McSinyx
Copy link
Contributor

McSinyx commented Oct 1, 2020

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants