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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions