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

fix(gateway): fix "worker_connections are not enough" error #3373

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

gustavosbarreto
Copy link
Member

Fix the issue of inadequate distribution of client connections
among worker processes by enabling the reuseport option.
This enhancement allows the kernel to efficiently distribute
incoming connections across multiple worker processes, resolving
the 'worker_connections are not enough' error.

Fix the issue of inadequate distribution of client connections
among worker processes by enabling the `reuseport` option.
This enhancement allows the kernel to efficiently distribute
incoming connections across multiple worker processes, resolving
the 'worker_connections are not enough' error.
@gustavosbarreto gustavosbarreto requested a review from a team as a code owner December 18, 2023 14:13
@gustavosbarreto gustavosbarreto merged commit 9b87c3c into master Dec 18, 2023
8 checks passed
@gustavosbarreto gustavosbarreto deleted the fix/nginx_reuseport branch December 18, 2023 14:31
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.

None yet

1 participant