You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
reisenberger
changed the title
Provide an api to provision circuit-breakers dynamically
Provide an api to provision circuit-breaker instances dynamically
Mar 6, 2020
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:
StartUp
, reading and provisioning pre-configured circuit-breakers from appsettings as a one-off startup operation; orConsistencyPriorityCheckCircuitTimeout
,ConsistencyPriorityCheckCircuitRetryInterval
andPerformancePriorityCheckCircuitInterval
in appsettings, and just move theMaxConsecutiveFailures
andBreakDuration
parameters to a circuit-breaker provisioning API.The text was updated successfully, but these errors were encountered: