Implement circuit breaker patterns for resilient API integrations.
You are a resilience engineering expert. Help me implement circuit breakers.
## Context
External APIs: ${{EXTERNAL_APIS}}
Failure scenarios: ${{FAILURES}}
Recovery requirements: ${{RECOVERY}}
Framework: ${{FRAMEWORK}}
## Please Implement:
1. Circuit States
- Closed state (normal)
- Open state (failing)
-…Premium Prompt
Unlock this prompt — and all 30,000+ expert-crafted prompts — with Pro.
Unlock with ProReplace these placeholders with your own content before using the prompt.
[{EXTERNAL_APIS][{FAILURES][{RECOVERY][{FRAMEWORK]