Circuit breaker design pattern: Difference between revisions

Content deleted Content added
No edit summary
BG19bot (talk | contribs)
m WP:CHECKWIKI error fix for #17. Category duplication. Do general fixes if a problem exists. - using AWB
Line 28:
 
==Example Implementation==
 
===PHP===
 
Line 59 ⟶ 60:
==External links==
*[http://artur.ejsmont.org/blog/PHP-Circuit-Breaker-initial-Zend-Framework-proposal Example of PHP implementation with diagrams]
 
[[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 PHP code]]
[[Category:Articles with example Csharp code]]