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

Limit the maximum numbers of open sockets #3268

Open
mcollina opened this issue May 16, 2024 · 2 comments
Open

Limit the maximum numbers of open sockets #3268

mcollina opened this issue May 16, 2024 · 2 comments

Comments

@mcollina
Copy link
Member

One of the first issues with "fetch failed" is that we don't limit the number of outgoing sockets, and the process runs out of them, triggering a timeout error.

I think we should add a limit of 127 per pool by default (or any other magic number)

@metcoder95
Copy link
Member

The global dispatcher or the overall default Client/Agent settings?

@mcollina
Copy link
Member Author

Both are good ideas.

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

No branches or pull requests

2 participants