Skip to content

support archiving/replaying completed tasks/slabs for longer-term disaster recovery #31

@barracudarin

Description

@barracudarin

durable-queue does a great job already of recovering from application restart. however, it cannot handle longer-term disaster recovery very well for a couple of reasons:

  1. empty slabs (i.e. slabs with all :completed tasks) get removed fairly frequently; and
  2. on startup, slab tasks in the :complete state are skipped over even if you provide a :complete? fn

as it stands now, when using durable-queue a secondary storage solution is necessary to be able to replay events in the case that downstream repairs are required.

it would be nice if durable-queue could handle being able to archive/replay slabs at the user's discretion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions