airframe-control: Add CircuitBreaker#763
Merged
xerial merged 28 commits intowvlet:masterfrom Jan 6, 2020
Merged
Conversation
a9e46cf to
f7c9970
Compare
f2fcf27 to
3b7c65f
Compare
3b7c65f to
48663ca
Compare
Codecov Report
@@ Coverage Diff @@
## master #763 +/- ##
==========================================
+ Coverage 81.03% 81.48% +0.45%
==========================================
Files 228 237 +9
Lines 9004 9236 +232
Branches 651 668 +17
==========================================
+ Hits 7296 7526 +230
- Misses 1708 1710 +2
Continue to review full report at Codecov.
|
dede4dc to
59d5a24
Compare
Member
Author
|
@takezoe I think this supports the basic functionality of circuit breaker that can be configured to our use case. |
Member
Author
|
@takezoe I think creating a snapshot version of this CircuitBreaker is better for testing this. So let me merge it and fix the implementation as we find ideas for improving the design. |
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
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.
Implements #758
CircuitBreaker States:
tasks
Integration with RetryRelated work: