Browse Source

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.

pull/365/head
Cesar De la Torre 7 years ago
parent
commit
ace61123e3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Web/WebMVC/appsettings.json

+ 2
- 2
src/Web/WebMVC/appsettings.json View File

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

Loading…
Cancel
Save