Skip to content

Commit

Permalink
Rephrasing note
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-csala committed Nov 2, 2023
1 parent bf73059 commit 511da8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/migration-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,9 @@ await manualControl.CloseAsync(); // Transitions into the Closed state

> [!NOTE]
>
> On the [V7's wiki page](https://github.com/App-vNext/Polly/wiki/Circuit-Breaker#reducing-thrown-exceptions-when-the-circuit-is-broken) you can find a tip how to reduce thrown exceptions. The described technique does **not** work with V8.
> In case of V7 you could do an optimization to reduce the thrown exceptions.
>
> You could guard the `Execute{Async}` call with a condition that the circuit is not broken. This technique does **not** work with V8.
>
> Under the [circuit breaker's anti-patterns](strategies/circuit-breaker.md#4---reducing-thrown-exceptions) you can find the suggested way for V8.
Expand Down

0 comments on commit 511da8f

Please sign in to comment.