-
Notifications
You must be signed in to change notification settings - Fork 324
Open
Description
Context:
I am using the python-keycloak
library in a FastAPI-based user management application. Some of the functionalities in my application require parallel processing. During execution, I encountered the following warning:
WARNING:urllib3.connectionpool:Connection pool is full, discarding connection: auth.************.com. Connection pool size: 10
After some investigation, I determined that the KeycloakAdmin
class from the python-keycloak
library relies on urllib3
under the hood for HTTP requests. However, I couldn't find any documentation or examples showing how to configure the connection pool size for urllib3
when using this library.
Expected Behavior:
I would like to:
- Configure the connection pool size for
urllib3
to handle the parallel processing requirements in my application. - Understand if there is an existing way to adjust the connection pool size in
python-keycloak
, or if this functionality needs to be added.
Thank you for your support!
Metadata
Metadata
Assignees
Labels
No labels