Skip to content

Conversation

@ccsd-spenser
Copy link

urllib3's PoolManager and ConnectionPool provide useful settings like tiemout and retries. This allows users to pass a dictionary of kwargs to ApiClient, which will get passed to the PoolManager, which will then pass along any extra kwargs to the ConnectionPool, allowing for advanced configuration.

My goal is to be able to configure the underlying ConnectionPool to be able to handle some recent network issues that we have been having.

`urllib3`'s `PoolManager` and `ConnectionPool` provide useful settings
like `tiemout` and `retries`. This allows users to pass a dictionary of
kwargs to `ApiClient`, which will get passed to the `PoolManager`, which
will then pass along any extra kwargs to the `ConnectionPool`, allowing
for advanced configuration.
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.

1 participant