8000 Add configurable timeout for pip_import repository fetch. by scarito1 · Pull Request #236 · bazel-contrib/rules_python · GitHub
[go: up one dir, main page]

Skip to content
8000

Add configurable timeout for pip_import repository fetch. #236

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

Closed
wants to merge 1 commit into from

Conversation

scarito1
Copy link
Contributor
@scarito1 scarito1 commented Oct 8, 2019

The default 600 second timeout can be insufficient for projects with lots of requirements or if packages need to be built from source.

@ali5h
Copy link
ali5h commented Oct 22, 2019

we had this issue and implemented parallel fetch for pip packages in https://github.com/ali5h/rules_pip. The caveat is you must use pip-compile to generate a full requirements.txt so the rules can fetch the packages in parallel.

@psigen
Copy link
psigen commented Mar 3, 2020

Duplicate of #217?

That one seems to include a docstring though.

@brandjon
Copy link
Contributor
brandjon commented Mar 5, 2020

Dedupping to #217.

@brandjon brandjon closed this Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0