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

match requests pool_maxsize to num workers #6805

Merged
merged 1 commit into from Nov 3, 2022

Conversation

adriangb
Copy link
Contributor

@adriangb adriangb commented Oct 15, 2022

This avoids trashing connections just to immediately re-create them when num-worker > 10. This should provide a pretty solid speedup on beefy machines.

I'm not attaching any tests because this would be hard to test and if it doesn't crash with an unknown keyword argument or something it means it's probably going to be doing what we expect.

@neersighted neersighted added area/installer Related to the dependency installer impact/changelog Requires a changelog entry labels Nov 3, 2022
@neersighted neersighted enabled auto-merge (squash) November 3, 2022 04:37
@neersighted neersighted added this to the 1.3 milestone Nov 3, 2022
@neersighted neersighted merged commit 4896c4b into python-poetry:master Nov 3, 2022
@adriangb adriangb deleted the pool_maxsize branch November 3, 2022 04:44
@adriangb
Copy link
Contributor Author

adriangb commented Nov 3, 2022

Thank you for pushing this across the finish line @neersighted !

Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/installer Related to the dependency installer impact/changelog Requires a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants