-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestup-for-grabsExtra attention is neededExtra attention is needed
Description
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
andPerformancePriorityCheckCircuitInterval
in appsettings, and just move theMaxConsecutiveFailures
andBreakDuration
parameters to a circuit-breaker provisioning API.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestup-for-grabsExtra attention is neededExtra attention is needed