bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Type Alias ExecutionState

    ExecutionState:
        | "running"
        | "waiting"
        | "completed"
        | "failed"
        | "compensating"
        | "compensation-stuck"

    Execution state

    Type Declaration

    • "running"
    • "waiting"
    • "completed"
    • "failed"
    • "compensating"
    • "compensation-stuck"

      A compensation failed definitively and the unwind stopped. Deliberately NOT terminal: the run parks until an operator retries or abandons the unwind.