Skip to content

feat: implement boto3 connection pooling #133

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pchuri
Copy link

@pchuri pchuri commented Apr 5, 2025

  • Add BedrockClientManager class to manage boto3 clients with connection pooling
  • Improve connection reuse with max_pool_connections and tcp_keepalive
  • Implement more resilient retry strategy
  • Reuse clients across different AWS services (bedrock, ssm, secretsmanager)

- Add BedrockClientManager class to manage boto3 clients with connection pooling
- Improve connection reuse with max_pool_connections and tcp_keepalive
- Implement more resilient retry strategy
- Reuse clients across different AWS services (bedrock, ssm, secretsmanager)
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