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 IP Rate Limiting #19

Open
mr-karan opened this issue Jun 22, 2024 · 1 comment
Open

Fix IP Rate Limiting #19

mr-karan opened this issue Jun 22, 2024 · 1 comment
Assignees

Comments

@mr-karan
Copy link
Member

When behind a VPN, Nomad server throws a lot of Your IP is issuing too many concurrent connections, please rate limit your calls when reloading/accessing the UI frequently.

Need to tweak the rate limits in Nomad client/server config to a higher value.

@mr-karan
Copy link
Member Author

mr-karan commented Jul 12, 2024

We can add this to server nomad.hcl

limits {
  http_max_conns_per_client = 0
}

@mr-karan mr-karan self-assigned this Jul 12, 2024
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

1 participant