You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: explain why completion and batch cancel are request-scoped
Note at both cancel declarations that continuous batching runs concurrent
jobs on one model, so a model-wide cancel would stop peers; per-request
cancel routes through each run's response to the addon's cancelJob.
0 commit comments