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
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