feat(gateway): add interrupt preemption telemetry and requester notice
This commit is contained in:
@@ -1287,6 +1287,7 @@ Notes:
|
||||
- `followup` keeps at most one pending item while a request is active; newer followups replace older pending items.
|
||||
- `steer` and `steer_backlog` replace pending backlog with the newest request while one is active.
|
||||
- `interrupt` uses steer-backlog queueing behavior and now also requests active-run cancellation when a newer request arrives.
|
||||
- When interrupt preemption occurs, gateway emits a transient content notice to the requester and writes a `queue.preempt` audit event.
|
||||
- Active cancellation remains best-effort and stops at agent safe points; use `agent.cancel` for explicit user-triggered cancellation control.
|
||||
- `debounce_ms` delays the next queued execution, helping collapse bursty same-session traffic.
|
||||
- `summarize_overflow` enables richer overflow error messages and payload metadata.
|
||||
|
||||
Reference in New Issue
Block a user