Skip to content
Developer Preview

turn/unqueued

A queued submit’s reclaim durably won: its pre-minted turn never runs, and no turn/started or turn/completed will follow for that turnId.

Type: TurnUnqueuedParams

turn/unqueued params: a queued submit’s reclaim durably won; its pre-minted turn never runs. Carries the reclaimed turnId and the commandId of the turn/start that queued it, so a client can restore the submission’s text exactly as for turn/retracted. No turn/started/turn/completed is ever emitted for this turnId. sourceRange cites the SESSION stream’s reclaim record — a reclaimed turn never had a run stream.

Field Type Stability Presence Description
commandId string required The commandId of the turn/start that queued the reclaimed turn.
sessionId string required The owning session.
sourceRange SourceRange required The durable records this event folded from (the session stream’s reclaim record).
turnId string required The reclaimed turn: pre-minted at admission, never launched.
viewCursor string required Opaque, strictly monotonic view cursor.
Source

schema/msp/experimental/msp.schema.json#/notifications/turn~2Funqueued

{
"description": "A queued submit's reclaim durably won: its pre-minted turn never runs, and no turn/started or turn/completed will follow for that turnId.",
"params": {
"$ref": "#/$defs/TurnUnqueuedParams"
}
}