Skip to content

Revisit dead letter persistence for delivery failures #14

Description

@stadia

Summary

We intentionally removed dead letter record persistence and related tracking from feature/delivery-reliability because it is not needed for the current delivery scope.

Follow-up

Evaluate whether we still need a persistent record for failed deliveries in a later iteration.

Potential scope:

  • dead letter model/table for permanently failed deliveries
  • operator-facing tracking and retry workflow
  • cleanup or retention policy for stored failures
  • criteria for when permanent failures should be persisted vs simply discarded

Context

Current behavior keeps retry handling for TemporaryDeliveryError and discards PermanentDeliveryError without storing extra state.

This issue is a reminder to revisit the product and operational need before reintroducing persistence.

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions