Skip to content

Commit ace6112

Browse files
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.
1 parent ebcabe2 commit ace6112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Web/WebMVC/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"ApplicationInsights": {
2323
"InstrumentationKey": ""
2424
},
25-
"HttpClientRetryCount": 6,
26-
"HttpClientExceptionsAllowedBeforeBreaking": 5
25+
"HttpClientRetryCount": 8,
26+
"HttpClientExceptionsAllowedBeforeBreaking": 7
2727
}

0 commit comments

Comments
 (0)