aspnetcore-redis-rate-limiting icon indicating copy to clipboard operation
aspnetcore-redis-rate-limiting copied to clipboard

QueueLimit needed for sliding/fixed window options

Open netdragonboberb opened this issue 4 months ago • 0 comments

The Microsoft specification has a value QueueLimit, which is not implemented in the options and would be very useful to limit the number of waiting open connections. Once QueueLimit is reached, it should start having 429 errors the client should handle. Strangely, the concurrency limiter does implement QueueLimit.

netdragonboberb avatar Jul 30 '25 05:07 netdragonboberb