A circuit breaker implementation that allows to stop executing a particular portion of code if this one has failed above a threshold.
Info
Version: | 1.0.0 |
Author(s): | Patrick Desjardins |
Last Update: | Saturday, May 14, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MrDesjardins/DotNetCircuitBreaker |
NuGet Url: | https://www.nuget.org/packages/DotNetCircuitBreaker |
Install
Install-Package DotNetCircuitBreaker
dotnet add package DotNetCircuitBreaker
paket add DotNetCircuitBreaker
DotNetCircuitBreaker Download (Unzip the "nupkg" after downloading)
Dependencies
Tags