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
I'm looking for a RateLimiter that dynamically changes its limits depending on the number of failed requests per second, as for most clients there is no way to know that before the execution.
Solution
This layer could be implemented like RateLimiter with PID and dynamic target
The text was updated successfully, but these errors were encountered:
Problem
I'm looking for a
RateLimiter
that dynamically changes its limits depending on the number of failed requests per second, as for most clients there is no way to know that before the execution.Solution
This layer could be implemented like
RateLimiter
with PID and dynamictarget
The text was updated successfully, but these errors were encountered: