This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
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
ebcabe2bbb
commit
ace61123e3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save