From 5fe2531f6f66f2c6a366b220a752ffd78176d805 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:38:34 +1100 Subject: [PATCH] Fix mistake from last commit --- design/sales.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/design/sales.md b/design/sales.md index 756fd6a..6aa70a4 100644 --- a/design/sales.md +++ b/design/sales.md @@ -229,9 +229,9 @@ in the queue. This prevents unnecessarily popping items off the queue. #### Unpausing the queue When availabilities are modified or added, the queue should be unpaused if it was paused and any slots in the queue should have their `seen` flag cleared. -Additionally, when availabilities are modified or added, the queue should be -unpaused if itw as paused, however the `seen` flags of existing queue items -should not be cleared. +Additionally, when slots are pushed to the queue, the queue should be unpaused +if it was paused, however the `seen` flags of existing queue items should not be +cleared. #### Queue workers Each time an item in the queue is processed, it is assigned to a workers. The