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

[7.4.0] Introduce --http_max_parallel_downloads. #23352

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

iancha1992
Copy link
Member

This option sets the global limit for how many parallel HTTP connections bazel will initiate to download files.

Working towards #19315.

Note: The first four commits of the PR are a refactoring from #23080. The last commit is a bigger refactoring, moving HttpDownloader around further. Commit-by-commit review is encouraged. The hope is to get this PR in before 7.3.0rc1 is cut on Monday.

Closes #23106.

PiperOrigin-RevId: 657111369
Change-Id: I9a848758517cd78cd5a0e1b380bf39625045b77a

Commit 01d477d

This option sets the global limit for how many parallel HTTP connections
bazel will initiate to download files.

Working towards bazelbuild#19315.

Note: The first four commits of the PR are a refactoring from  bazelbuild#23080. The last commit is a bigger refactoring, moving `HttpDownloader` around further. Commit-by-commit review is encouraged.
The hope is to get this PR in before 7.3.0rc1 is cut on Monday.

Closes bazelbuild#23106.

PiperOrigin-RevId: 657111369
Change-Id: I9a848758517cd78cd5a0e1b380bf39625045b77a
@iancha1992 iancha1992 added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Aug 19, 2024
@iancha1992 iancha1992 requested a review from a team as a code owner August 19, 2024 22:18
@iancha1992 iancha1992 enabled auto-merge (squash) August 19, 2024 22:19
@github-actions github-actions bot added the team-Configurability platforms, toolchains, cquery, select(), config transitions label Aug 19, 2024
@iancha1992 iancha1992 added this pull request to the merge queue Aug 20, 2024
Merged via the queue into bazelbuild:release-7.4.0 with commit cab54be Aug 20, 2024
52 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Configurability platforms, toolchains, cquery, select(), config transitions team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. team-Remote-Exec Issues and PRs for the Execution (Remote) team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants