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 workload pack downloads Fixes #43870 #45969

Draft
wants to merge 1 commit into
base: release/9.0.3xx
Choose a base branch
from

Conversation

Forgind
Copy link
Member

@Forgind Forgind commented Jan 14, 2025

Fixes #43870

There are multiple possible reasons AzDO might be much slower than nuget.org. My untested hypothesis is that it may be some authentication work, which would be substantially mitigated by parallelizing the workload pack downloads (not the installs). That's what I tried to do here.

@AArnott, any chance you could try this out and let me know if it helps?

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Jan 14, 2025
@marcpopMSFT
Copy link
Member

You may need to build a local copy that he can install and try. Now that sdk and installer are merged, you might be able to just run build -pack locally in your branch and create zips for private testing.

@baronfel
Copy link
Member

Could also just drop-in replace dotnet.dll, no? Because this command is entirely part of the CLI, not touching anything in the SDK props/targets/etc.

@AArnott
Copy link
Contributor

AArnott commented Jan 15, 2025

any chance you could try this out and let me know if it helps?

I'd be happy to. But yes, a binary would help as I haven't practiced building this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Workloads untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants