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