aspnetcore-redis-rate-limiting
aspnetcore-redis-rate-limiting copied to clipboard
QueueLimit needed for sliding/fixed window options
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.