Skip to content

feat(adapters): Add retry logic with exponential backoff #44

@lowhung

Description

@lowhung

Summary

Adapters fail immediately on transient errors.

Proposed Solution

  • Add configurable retry count
  • Exponential backoff with jitter
  • Circuit breaker pattern for repeated failures
  • Configurable per-adapter

Benefits

  • Resilience to transient failures
  • Reduced alert noise

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions