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

Added WithDisableCircuitBreaker and WithDisableBusyLoopBreaker options #16

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

stewartboyd119
Copy link
Member

Added WithDisableCircuitBreaker and WithDisableBusyLoopBreaker options. These are variants of the now deprecated DisableCircuitBreaker
and DisableBusyLoopBreaker options. They provide a booling parameter which is more convenient for usage with
code generation and for shimming with configuration.

…tions. These are variants of the now deprecated `DisableCircuitBreaker`

and `DisableBusyLoopBreaker` options. They provide a booling parameter which is more convenient for usage with
code generation and for shimming with configuration.
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.46%. Comparing base (ef8e6bc) to head (358b7b8).

Files with missing lines Patch % Lines
workoption.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   89.75%   89.46%   -0.30%     
==========================================
  Files          18       18              
  Lines        1571     1575       +4     
==========================================
- Hits         1410     1409       -1     
- Misses        104      107       +3     
- Partials       57       59       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stewartboyd119 stewartboyd119 merged commit b18d47d into main Sep 25, 2024
2 checks passed
@stewartboyd119 stewartboyd119 deleted the add-circuit-breaker-opts branch September 25, 2024 22:22
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.

2 participants