Circuit breaker design pattern: Difference between revisions

Content deleted Content added
m change source to syntaxhighlight
Lajm (talk | contribs)
mNo edit summary
Line 3:
{{howto|date=September 2013}}
}}
'''Circuit breaker''' is a [[Design pattern (computer science)|design pattern]] used in modern [[software development]]. It is used to detect failures and encapsulates the logic of preventing a failure from constantly recurring, during maintenance, temporary external system failure or unexpected system difficulties.
 
==Common uses==