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

Ftr: ExecuteLimitFilter support #245

Closed
flycash opened this issue Oct 26, 2019 · 0 comments
Closed

Ftr: ExecuteLimitFilter support #245

flycash opened this issue Oct 26, 2019 · 0 comments

Comments

@flycash
Copy link
Member

flycash commented Oct 26, 2019

What would you like to be added:
ExecuteLimitFilter: A filter to limit the concurrent requests.
Why is this needed:

Sometimes, we want to limit the concurrent requests on the server-side to protect our system.

The difference between TpsLimitFilter and ExecuteLimitFilter is that the TpsLimitFilter focuses on the number of requests in the interval but the ExecuteLimitFilter will work for limiting the concurrent requests at a certain time.

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

2 participants