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

Commits on Dec 18, 2023

  1. fix(gateway): fix "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 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    10d7ba5 View commit details
    Browse the repository at this point in the history