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

Allow the request pool to be configured #305

Merged
merged 1 commit into from
Apr 3, 2020
Merged

Conversation

rokob
Copy link
Contributor

@rokob rokob commented Mar 5, 2019

requests have an underlying request pool for making requests. They allow
you to configure things like the max pool size and the number of open
connections. This PR exposes that via configuration of rollbar.

Fixes #274

`requests` have an underlying request pool for making requests. They allow
you to configure things like the max pool size and the number of open
connections. This PR exposes that via configuration of rollbar.

Fixes #274
@waltjones waltjones merged commit 346a00d into master Apr 3, 2020
@bxsx bxsx deleted the request-pool-size branch November 15, 2021 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to set requests.Session() pool size
2 participants