Skip to content

Conversation

@adriangudas
Copy link

@adriangudas adriangudas commented Oct 21, 2025

A basic implementation of a DualCircuitBreaker interface that allows us to check an experiment flag every time we enter acquire, and hand off the request to either the classic circuit breaker, or the adaptive circuit breaker, for processing (both are initialized at application start).

Note: experiment_flag_proc is currently a placeholder.

@adriangudas adriangudas changed the base branch from main to pid-take-2 October 21, 2025 17:58
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.

4 participants