Skip to content

Commit e6debd2

Browse files
authored
Add asset link to circuit breaker documentation
Added a link to a relevant asset in the circuit breaker documentation.
1 parent ca07a9b commit e6debd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/circuit-breaker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ SPDX-License-Identifier: MIT-0
99

1010
Protects the IDP pipeline from cascading failures when Amazon Bedrock is degraded or unavailable. When Bedrock starts returning errors at a configurable rate, the circuit breaker **opens** and new workflows stop starting. Messages stay in SQS instead of fanning out into Lambda retries that would eventually time out or burn through the Step Functions retry budget. Once Bedrock recovers, the breaker transitions through a **half-open** probe state back to **closed** and normal processing resumes.
1111

12+
https://github.com/user-attachments/assets/86aefe92-d86d-4e38-862d-5e8047a63c80
13+
1214
## Why it exists
1315

1416
Without the circuit breaker, a Bedrock outage produces this chain:

0 commit comments

Comments
 (0)