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

[Feature] Implement Rate Limit feature #2654

Open
vankichi opened this issue Sep 30, 2024 · 0 comments
Open

[Feature] Implement Rate Limit feature #2654

vankichi opened this issue Sep 30, 2024 · 0 comments

Comments

@vankichi
Copy link
Contributor

Is your feature request related to a problem? Please describe.:

We're concerned that a surge of client requests could overload the system. To maintain stability and performance, we propose implementing a rate limiter.

Describe the solution you'd like:

Implement the Rate Limit feature

Describe alternatives you've considered:

If the request rate exceeds a predefined threshold within a specific timeframe, return a ServiceUnavailable gRPC status.
Include a Retry-After header in the gRPC metadata to inform the client of the recommended retry delay.
Users are allowed to set rate limits in values.yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant