From 855e6e1b9c8b6ca7f9f8f827a27f95b355389cef Mon Sep 17 00:00:00 2001 From: Michael Mienko Date: Wed, 12 Jun 2024 17:28:04 -0400 Subject: [PATCH] Update site --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 72cdafb..db54bc0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,6 +53,8 @@ can be in any of these 3 states: - When the `failures` counter reaches the `maxFailures` count,the breaker is tripped into `Open` state +- If Windowing is enabled, i.e. windowSizeInMs > 0, then only `failures` within the window period are counted. + **Open**: The circuit breaker rejects all tasks with an RejectedExecution - all tasks fail fast with `RejectedExecution`