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

Rate Limiting Design #2886

Open
mpstefan opened this issue Dec 10, 2024 · 0 comments
Open

Rate Limiting Design #2886

mpstefan opened this issue Dec 10, 2024 · 0 comments
Labels
backlog Currently unprioritized work. May change with user feedback or as the product progresses. spike Issue to investigate a problem or solution, but not implement.

Comments

@mpstefan
Copy link
Collaborator

mpstefan commented Dec 10, 2024

Issue to create a design for Rate Limits:

As an application developer using NGF
I want to limit the amount of traffic originating from any one client
So that a single or small set of clients cannot degrade the performance of my application by making too many requests.

Considerations

  • What functionality does NGINX have for rate limits? Per Upstream? Per IP Address? What is configurable?
@mpstefan mpstefan added the spike Issue to investigate a problem or solution, but not implement. label Dec 10, 2024
@mpstefan mpstefan added this to the v1.6.0 milestone Dec 10, 2024
@mpstefan mpstefan removed this from the v1.6.0 milestone Dec 18, 2024
@mpstefan mpstefan added the backlog Currently unprioritized work. May change with user feedback or as the product progresses. label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Currently unprioritized work. May change with user feedback or as the product progresses. spike Issue to investigate a problem or solution, but not implement.
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant