bunqueue v2.8 API referenceall versions ยท guide
bunqueue
    Preparing search index...

    Type Alias RollbackStatus

    RollbackStatus: "completed" | "not-applicable" | "stuck"

    What the engine did after a failure, independently of the failure reason.

    Type Declaration

    • "completed"

      Every eligible step was compensated successfully.

    • "not-applicable"

      The unwind ran past the pivot cutoff or had nothing left to do.

    • "stuck"

      A compensation failed definitively; remaining reversals were not attempted.