Skip to content

ACK / NACK semantics to make queues truly durable #5349

Description

@kshitij-g

As per docs (https://rivet.dev/docs/actors/queues/), messages are removed from queue storage when they are received, not when they are completed. This poses a problem when the actor crashes immediately after receiving an event and crashing before it could complete the next step inside a workflow. complete() provides request/reply semantics but truly durability and replayability need ack/nack otherwise durability claim of using workflows is also incorrect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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