FoundatioFx / Foundatio.Redis

Foundatio Redis
Apache License 2.0
98 stars 31 forks source link

Unit tests for Retry and Attempt count adjusted for Redis #14

Closed naishx closed 5 years ago

naishx commented 5 years ago

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.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

niemyjski commented 5 years ago

Thanks for the pr