From e42d7b2951c0521fe5335ccdfea84f7dc2b5484b Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 14 Aug 2025 11:01:38 +0200 Subject: [PATCH] Simplify a bit --- 10 Notes/Component Specification - Sales.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10 Notes/Component Specification - Sales.md b/10 Notes/Component Specification - Sales.md index 441e348..1231e36 100644 --- a/10 Notes/Component Specification - Sales.md +++ b/10 Notes/Component Specification - Sales.md @@ -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