I needed to adjust the tests for redis since i some how had enormous delay between each retry. Even if i set RetryDelay to 1s and RetryMultipliers to 1.
I got a lot exceptions of type "System.Threading.Tasks.TaskCanceledException".
The exceptions are happing here:
https://ibb.co/wK7CX0W
The tests fail for redis like i wrote in my issue.
I needed to adjust the tests for redis since i some how had enormous delay between each retry. Even if i set RetryDelay to 1s and RetryMultipliers to 1. I got a lot exceptions of type "System.Threading.Tasks.TaskCanceledException". The exceptions are happing here: https://ibb.co/wK7CX0W
The tests fail for redis like i wrote in my issue.