Dylan Reisenberger
Dylan Reisenberger
A PR typically builds twice - for the branch and then the PR. The second build often fails with: ``` ======================================== __UpdateAppVeyorBuildNumber ======================================== Executing task: __UpdateAppVeyorBuildNumber Build with specified version...
It seems _reasonable_ that the delegates used to configure async `MonkeyPolicy` instances allow users to provide an async lambda. This _permits_ users make async calls to consult some config source,...
All current overloads are of the form: MonkeyPolicy.InjectX(/* what to inject */, Double injectionRate, bool enabled) // or similar Func variants for injectionRate and enabled Unit tests are likely to...
## What is Polly.Contrib.AzureFunctions.CircuitBreaker? [Polly.Contrib.AzureFunctions.CircuitBreaker](https://github.com/Polly-Contrib/Polly.Contrib.AzureFunctions.CircuitBreaker) is a **durable, distributed circuit-breaker**, implemented in Azure Entity Functions. The durable, distributed circuit-breaker can be consumed: + within an Azure functions app + from...
## What is Simmy? Simmy ([github](https://github.com/Polly-Contrib/Simmy); [nuget](https://www.nuget.org/packages/Polly.Contrib.Simmy)) is a new chaos-engineering and fault-injection tool integrating with Polly. ## What can I do with Simmy? Simmy lets you introduce a chaos-injection...
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:...
Polly v8.0.0 will [add new `.Remove()` and `.RemoveAsync()` methods](https://github.com/App-vNext/Polly/pull/745) for caches. Polly.Caching.MemoryCache (this repo) will need to be updated to a v4.0.0, to fulfil these interfaces, when Polly v8.0.0 is...
Polly v8.0.0 will [add new `.Remove()` and `.RemoveAsync()` methods](https://github.com/App-vNext/Polly/pull/745) for caches. Polly.Caching.Distributed (this repo) will need to be updated to a v4.0.0, to fulfil these interfaces, when Polly v8.0.0 is...