You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: