-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: renewing the AbortController when the circuit enters the 'halfC…
…lose' or 'close' state (#892) * feat: add option to auto-recreate AbortController if aborted during specific states When state changes to 'halfOpen' or 'close', the AbortController will be recreated to handle reuse. #861 * feat(circuit-breaker): extract abort controller renewal logic into separate function #861 * docs: update README to include autoRenewAbortController configuration options #861
- Loading branch information
1 parent
d0ee9e6
commit 2ba3a31
Showing
3 changed files
with
160 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters