tower
tower copied to clipboard
[Feature Request]: Middleware for client side which implements balancing the RPS
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 dynamic target