Increased number of retries with exponential backoff and Circuir-Breaker so minimizes the risk of open circuit when spinning up the containers for the first time in Docker.

This commit is contained in:
Cesar De la Torre 2017-10-12 18:27:13 -07:00
parent ebcabe2bbb
commit ace61123e3

View File

@ -22,6 +22,6 @@
"ApplicationInsights": {
"InstrumentationKey": ""
},
"HttpClientRetryCount": 6,
"HttpClientExceptionsAllowedBeforeBreaking": 5
"HttpClientRetryCount": 8,
"HttpClientExceptionsAllowedBeforeBreaking": 7
}