Skip to content

Commit 4fe9d67

Browse files
committed
fix wording
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 937d83a commit 4fe9d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/dapr-component-resiliency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Specifying `consecutiveErrors` (the circuit trip condition as
313313
`consecutiveFailures > $(consecutiveErrors)-1`) sets the number of errors allowed to occur before the circuit trips and opens halfway.
314314

315315
The circuit waits half-open for the `timeoutInSeconds` amount of time, during which the `consecutiveErrors` number of requests must consecutively succeed.
316-
- _If the requests succeed,_ the circuit fully opens again.
316+
- _If the requests succeed,_ the circuit closes.
317317
- _If the requests fail,_ the circuit remains in a half-opened state.
318318

319319
If you didn't set any `intervalInSeconds` value, the circuit resets to a closed state after the amount of time you set for `timeoutInSeconds`, regardless of consecutive request success or failure. If you set `intervalInSeconds` to `0`, the circuit never automatically resets, only moving from half-open to closed state by successfully completing `consecutiveErrors` requests in a row.

0 commit comments

Comments
 (0)