@pwngh/economy-lab
    Preparing search index...

    Type Alias ArchiveJobOptions

    What the archive job needs beyond the shared tick.

    type ArchiveJobOptions = {
        checkpointOlderThanMs: number;
        sink: ArchiveSink;
    }
    Index
    checkpointOlderThanMs: number

    Only history sealed by a checkpoint at least this old moves. Must exceed every refund and dispute window the deployment honors: archived history reads as absent, and money paths that need it reject rather than move.

    The cold store pages are copied into before any delete.