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

    Type Alias OrphanJobOptions

    What the orphans job needs beyond the shared tick.

    type OrphanJobOptions = {
        reservations?: Reservations;
        settleOlderThanMs?: number;
    }
    Index
    reservations?: Reservations

    The registry recovered sessions release into. A multi-node host passes its shared registry so a finished orphan frees the dead node's pending.

    settleOlderThanMs?: number

    Finish orphan sessions whose newest movement is older than this. Absent, the sweep is report-only — the default, because settling moves money.