Circuit breaker design pattern: Difference between revisions

Content deleted Content added
shouldn't make a bad example using root in a script
External links: added C# example and NuGet package reference
Line 62:
[[Category:Software design patterns]]
[[Category:Articles with example PHP code]]
 
*[http://www.lybecker.com/blog/2013/08/07/automatic-retry-and-circuit-breaker-made-easy/ Example of C# implementation from Anders Lybeckers using Polly]
*[https://www.nuget.org/packages/Polly/ Polly NuGet package]
 
[[Category:Software design patterns]]
[[Category:Articles with example C# code]]