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.
A
ctx.commitOps/ctx.setProgresscall hit one of the dispatch's bounds. Thrown synchronously at the call site, not as a promise rejection: a tight loop that forgot toawaitdies on its own stack at the bound instead of spraying unhandled rejections invisible to the caller the bound exists for.