Skip to content

feat: Backend circuit breaker #18

@msalinas92

Description

@msalinas92

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions