Skip to content

Commit 33b49f5

Browse files
authored
updated queues retention limits (#21521)
1 parent a049654 commit 33b49f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/platform/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Render, WranglerConfig } from "~/components"
1818
| Maximum messages per `sendBatch` call | 100 (or 256KB in total) |
1919
| Maximum Batch wait time | 60 seconds |
2020
| Per-queue message throughput | 5,000 messages per second <sup>2</sup> |
21-
| Message retention period <sup>3</sup> | 14 days |
21+
| Message retention period <sup>3</sup> | 4 days (default). [Configurable to 14 days](/queues/configuration/configure-queues/#queue-configuration) |
2222
| Per-queue backlog size <sup>4</sup> | 25GB |
2323
| Concurrent consumer invocations | 250 <sup>push-based only</sup> |
2424
| Consumer duration (wall clock time) | 15 minutes <sup>5</sup> |

0 commit comments

Comments
 (0)