-
-
Notifications
You must be signed in to change notification settings - Fork 401
Port CircuitBreaker
from Rezilience
#2854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
IMax153
wants to merge
11
commits into
next-minor
Choose a base branch
from
feat/circuit-breaker
base: next-minor
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+2,455
−150
Conversation
This file contains hidden or 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
🦋 Changeset detectedLatest commit: ec624fb The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
00b0908
to
0a3c4aa
Compare
cdf7f41
to
7a6b855
Compare
0a3c4aa
to
7a93c23
Compare
7a6b855
to
693c5e3
Compare
7a93c23
to
e975f0e
Compare
efded9e
to
762c3e6
Compare
d629035
to
ba7f48c
Compare
762c3e6
to
a395760
Compare
ba7f48c
to
1398a98
Compare
a395760
to
36e977c
Compare
1398a98
to
95d2f5b
Compare
e9faded
to
4292150
Compare
0b14573
to
a195a6e
Compare
4292150
to
cea9e36
Compare
a195a6e
to
ac50d26
Compare
cea9e36
to
7d1734c
Compare
ac50d26
to
73d03f1
Compare
7d1734c
to
de87640
Compare
73d03f1
to
43ff84e
Compare
de87640
to
27fc02b
Compare
123a26d
to
3eae676
Compare
b64c6b1
to
5306ee2
Compare
5306ee2
to
d779b5a
Compare
4dcfd2c
to
1a929af
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type
Description
Adds a
CircuitBreaker
moduleRelated