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:
parent
ebcabe2bbb
commit
ace61123e3
@ -22,6 +22,6 @@
|
||||
"ApplicationInsights": {
|
||||
"InstrumentationKey": ""
|
||||
},
|
||||
"HttpClientRetryCount": 6,
|
||||
"HttpClientExceptionsAllowedBeforeBreaking": 5
|
||||
"HttpClientRetryCount": 8,
|
||||
"HttpClientExceptionsAllowedBeforeBreaking": 7
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user