Skip to content

Make retry queue durable across transient delivery failures #186

Description

@marandaneto

Summary

Make the Ruby SDK retry queue durable across transient delivery failures.

Spec

  • sdk-specs/openspec/specs/retry-queue/spec.md

Current evidence

The SDK audit found that SendWorker removes events from the queue before send and does not requeue on non-200/transient failure.

Expected behavior

  • Keep or requeue events after retryable/transient delivery failures.
  • Deliver retained events after a later success.
  • Bound retained events by queue capacity.
  • Drop non-retryable failures appropriately.
  • Add tests for 503/network failure retention and later delivery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions