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

The RedisConcurrencyManager assumes requests will complete within 60 seconds

Open xtbmedia opened this issue 1 month ago • 0 comments

The RedisConcurrencyManager assumes requests will complete within 60 seconds which is perfectly reasonable for HTTP requests, however we are using it to throttle some long running non HTTP activity (which can easily exceed 60 seconds).

As a first step, this should be called out somewhere in documentation, and ideally this would be made configurable.

xtbmedia avatar Oct 10 '25 09:10 xtbmedia