From 963b906ba584260024fbcd6c9badc52db0ac9c94 Mon Sep 17 00:00:00 2001 From: jamie-wilson88 <168847178+jamie-wilson88@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:21:40 -0400 Subject: [PATCH] Update memory-queue.md --- docs/reference/memory-queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/memory-queue.md b/docs/reference/memory-queue.md index 8d67c0ff5e..9ddbed88af 100644 --- a/docs/reference/memory-queue.md +++ b/docs/reference/memory-queue.md @@ -22,7 +22,7 @@ The memory queue might be a good choice if you value throughput over data resili ## Limitations of memory queues [mem-queue-limitations] * Can lose data in abnormal termination -* Don’t do well handling sudden bursts of data, where extra capacity in needed for {{ls}} to catch up +* Don’t do well handling sudden bursts of data, where extra capacity is needed for {{ls}} to catch up ::::{tip} Consider using [persistent queues](/reference/persistent-queues.md) to avoid these limitations.