Simplify a bit

This commit is contained in:
Arnaud 2025-08-14 11:01:38 +02:00
parent 3495b00adc
commit e42d7b2951
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -120,7 +120,7 @@ Slot queue schedules slot work and instantiates one `SalesAgent` per item with b
- Accepts `(requestId, slotIndex, …)` items and orders them by priority (described below)
- Spawns one `SalesAgent` for each dequeued item, in other words, one item for one agent
- Caps concurrent agents to `maxWorkers`
- Supports pause/resume and graceful start/stop (`running`/`unpaused`)
- Supports pause/resume
- Allows controlled requeue when an agent finishes with `reprocessSlot`
### 5.2.1 Slot ordering