stefanprodan/AspNetCoreRateLimit

No fallback if Redis isn't available

liorMor opened this issue · 0 comments

If from some reason redis is irresponsive the api call is crashed.
We want to use the rate limiter but without a disruption to clients.
Can we have the ability in the bootstrap part, i.e. services.AddRedisRateLimiting() to ignore the rate limiter in case of connection problems with redis?