Sanity Library Reference Docs
    Preparing search index...

    A ctx.commitOps / ctx.setProgress call hit one of the dispatch's bounds. Thrown synchronously at the call site, not as a promise rejection: a tight loop that forgot to await dies on its own stack at the bound instead of spraying unhandled rejections invisible to the caller the bound exists for.

    Hierarchy (View Summary)

    • WorkflowError<"effect-commit-queue-overflow">
      • EffectCommitQueueOverflowError
    Index

    Constructors

    Properties

    bound: "queue-depth" | "dispatch-cap"
    cause?: unknown
    effectKey: string
    kind: "effect-commit-queue-overflow"
    limit: number
    message: string
    name: string
    stack?: string