Skip to content
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

feat: optimize circuit breaker algorithm #3897

Merged
merged 7 commits into from
Feb 15, 2024

Conversation

kevwan
Copy link
Contributor

@kevwan kevwan commented Feb 6, 2024

No description provided.

@kevwan kevwan marked this pull request as draft February 6, 2024 08:02
@kevwan kevwan linked an issue Feb 6, 2024 that may be closed by this pull request
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9c17499) 94.44% compared to head (248d770) 94.41%.

Additional details and impacted files
Files Coverage Δ
core/breaker/breaker.go 100.00% <100.00%> (ø)
core/breaker/breakers.go 100.00% <100.00%> (ø)
core/breaker/googlebreaker.go 100.00% <100.00%> (ø)
core/breaker/nopbreaker.go 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

@kevwan kevwan marked this pull request as ready for review February 15, 2024 12:25
@kevwan kevwan merged commit 1303e0f into zeromicro:master Feb 15, 2024
6 checks passed
@kevwan kevwan deleted the feat/breaker-algorithm branch February 15, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

googleBreaker drop ratio incorrect
1 participant