aws-samples / aws-samples/implementing-the-circuit-breaker-pattern-with-lambda-extensions-and-dynamodb
circuit status open or closed
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
What I understood from circuit breaker pattern.
When the remote service is working, the circuit status should be "CLOSED".
When the remote service is failing, the circuit status should be "OPEN".
But in the example, the status is completely reversed.
Contributor guide
Assessment
This issue has not been assessed yet.