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

Provide an api to provision circuit-breaker instances dynamically #4

Open
reisenberger opened this issue Sep 14, 2019 · 0 comments
Open
Labels
enhancement New feature or request up-for-grabs Extra attention is needed

Comments

@reisenberger
Copy link
Member

Possible enhancement: add an API for provisioning new circuit-breaker entities dynamically (as opposed to having breakers pre-defined in config).

Decision what to do then with the current initialize-breakers-from-configuration approach. Either:

  • move it to StartUp, reading and provisioning pre-configured circuit-breakers from appsettings as a one-off startup operation; or
  • remove the existing initialize-breakers-from-configuration approach. Probably retain the somewhat technical configuration parameters ConsistencyPriorityCheckCircuitTimeout, ConsistencyPriorityCheckCircuitRetryInterval and PerformancePriorityCheckCircuitInterval in appsettings, and just move the MaxConsecutiveFailures and BreakDuration parameters to a circuit-breaker provisioning API.
@reisenberger reisenberger added enhancement New feature or request up-for-grabs Extra attention is needed labels Sep 14, 2019
@reisenberger reisenberger changed the title Provide an api to provision circuit-breakers dynamically Provide an api to provision circuit-breaker instances dynamically Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request up-for-grabs Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant