tower icon indicating copy to clipboard operation
tower copied to clipboard

[Feature Request]: Middleware for client side which implements balancing the RPS

Open Velnbur opened this issue 1 year ago • 0 comments

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

Velnbur avatar Jul 11 '24 08:07 Velnbur