Implement a circuit breaker mechanism for persistent backends to avoid retries on failing systems. **Acceptance Criteria:** - Automatically disables backend after N failures in M seconds. - Logs circuit open/close events. - Skips storage until backend is healthy again.