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
It is unclear the relationships between the following options when setting a circuit breaker: WindowTime, WindowBuckets, and Backoff. It looks like WindowTime is divided up into WindowBuckets for circuit polling, but then somehow the Backoff strategy plays into it. It is unclear how this relationship works out.