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": { "ApplicationInsights": {
"InstrumentationKey": "" "InstrumentationKey": ""
}, },
"HttpClientRetryCount": 6, "HttpClientRetryCount": 8,
"HttpClientExceptionsAllowedBeforeBreaking": 5 "HttpClientExceptionsAllowedBeforeBreaking": 7
} }