We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45e9b7b + a78d292 commit db8ab75Copy full SHA for db8ab75
hystrix-dashboard/src/main/webapp/components/hystrixCommand/hystrixCommand.js
@@ -174,6 +174,7 @@
174
assertNotNull(data,"propertyValue_circuitBreakerSleepWindowInMilliseconds");
175
assertNotNull(data,"propertyValue_circuitBreakerErrorThresholdPercentage");
176
assertNotNull(data,"propertyValue_circuitBreakerForceOpen");
177
+ assertNotNull(data,"propertyValue_circuitBreakerForceClosed");
178
assertNotNull(data,"propertyValue_executionIsolationStrategy");
179
assertNotNull(data,"propertyValue_executionIsolationThreadTimeoutInMilliseconds");
180
assertNotNull(data,"propertyValue_executionIsolationThreadInterruptOnTimeout");
0 commit comments