Circuit breaker design pattern: Difference between revisions

Content deleted Content added
Add punctuation in Closed State and update picture captions
Added {{Lead too short}} tag
Line 2:
{{cleanup rewrite|date=September 2013}}
{{howto|date=September 2013}}
{{Lead too short|date=July 2022}}
}}
'''Circuit breaker''' is a [[Design pattern (computer science)|design pattern]] used in [[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.