Skip to content

Fix/too many open files - #153

Merged
mkherlakian merged 3 commits into
mainfrom
fix/too-many-open-files
Oct 7, 2025
Merged

Fix/too many open files#153
mkherlakian merged 3 commits into
mainfrom
fix/too-many-open-files

Conversation

@mkherlakian

Copy link
Copy Markdown
Contributor

Users were experiencing issues with high load - errors like could not resolve localhost, timeouts, ... All pointing to connection exhaustion at the CLI level.

This PR adds connection pooling along with some optimizations for connection reuse.

@alexluong alexluong left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked Claude to review, found a few potential issues

Comment thread pkg/proxy/proxy.go Outdated
Comment thread pkg/proxy/proxy.go
@mkherlakian
mkherlakian requested a review from alexluong October 7, 2025 17:05

@alexluong alexluong left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mkherlakian
mkherlakian merged commit 908f990 into main Oct 7, 2025
5 checks passed
@mkherlakian
mkherlakian deleted the fix/too-many-open-files branch October 7, 2025 17:10
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.

2 participants