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

Distributed system concurency

Open mertulusan opened this issue 2 years ago • 0 comments

Hello,

That is a great package. I have tested with multiple instances of same api behind a loadbalancer. It seems to be working well. But have you tried it with high volume of concurent/paralel requests. Is the counter atomic? And also when you hit the limit, it increments the counter value by number of instances. Also , its response time is above 2000ms when using client based limiter with multiple instances of app. Thanks :)

mertulusan avatar Sep 19 '23 21:09 mertulusan