Hi! Having some good success with v2, thank you very much :)
However, a couple of times we've run into a situation where we get lots and lots of StackExchange.Redis.RedisConnectionException.
It's in a worker process loop, which is in prod in a tight while loop at present (my bad) - in a new version we use Polly to do some traffic calming.
The app is running on an Azure App Service and it's a Redis Cache on Azure too. Other apps in the same region, etc, can all connect to the server just fine. The exceptions are thrown basically until process restart.
Exception details here: https://gist.github.com/kierenj/2e4eb49b17f38596a0327b745d67dee6
Anything I can do to help diagnose?
Hi! Having some good success with v2, thank you very much :)
However, a couple of times we've run into a situation where we get lots and lots of
StackExchange.Redis.RedisConnectionException.It's in a worker process loop, which is in prod in a tight while loop at present (my bad) - in a new version we use Polly to do some traffic calming.
The app is running on an Azure App Service and it's a Redis Cache on Azure too. Other apps in the same region, etc, can all connect to the server just fine. The exceptions are thrown basically until process restart.
Exception details here: https://gist.github.com/kierenj/2e4eb49b17f38596a0327b745d67dee6
Anything I can do to help diagnose?