You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug but more of a query. I could find any other channel so posting it here.
Can you please explain what is the difference between DefaultVolumeThreshold and DefaultErrorPercentThreshold? What is the time window used for both?
Let's say I have set DefaultVolumeThreshold to 10 , DefaultErrorPercentThreshold to 5 and rolling time window of 1 second. In 1 second let's say all 6 requests failed will the circuit open as it is crossing the DefaultErrorPercentThreshold? What will be behavior other way around if I set DefaultVolumeThreshold to 5 and DefaultErrorPercentThreshold to 10 and all 6 requests failed? Will the circuit open in this case?
The text was updated successfully, but these errors were encountered:
This is not a bug but more of a query. I could find any other channel so posting it here.
Can you please explain what is the difference between
DefaultVolumeThreshold
andDefaultErrorPercentThreshold
? What is the time window used for both?Let's say I have set
DefaultVolumeThreshold
to 10 ,DefaultErrorPercentThreshold
to 5 and rolling time window of 1 second. In 1 second let's say all 6 requests failed will the circuit open as it is crossing theDefaultErrorPercentThreshold
? What will be behavior other way around if I setDefaultVolumeThreshold
to 5 andDefaultErrorPercentThreshold
to 10 and all 6 requests failed? Will the circuit open in this case?The text was updated successfully, but these errors were encountered: