Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mienko committed Jun 12, 2024
1 parent a7bfc97 commit 855e6e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 855e6e1

Please sign in to comment.