From 11ed004959e31b49e2d005e04878aa486589f6e2 Mon Sep 17 00:00:00 2001 From: Siddhant Date: Sat, 28 Sep 2024 21:15:39 -0500 Subject: [PATCH] [Queues] Fix max retention period limit --- src/content/docs/queues/platform/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/queues/platform/limits.mdx b/src/content/docs/queues/platform/limits.mdx index c50df1723deb0a..7f578909e484db 100644 --- a/src/content/docs/queues/platform/limits.mdx +++ b/src/content/docs/queues/platform/limits.mdx @@ -18,7 +18,7 @@ import { Render } from "~/components" | Maximum messages per `sendBatch` call | 100 (or 256KB in total) | | Maximum Batch wait time | 60 seconds | | Per-queue message throughput | 5,000 messages per second 2 | -| Message retention period 3 | 4 days (96 hours) | +| Message retention period 3 | 14 days | | Per-queue backlog size 4 | 25GB | | Concurrent consumer invocations | 250 push-based only | | Consumer duration (wall clock time) | 15 minutes 5 |