From 6509662205eae1fa8c321953d36e9ed3799d0a4b Mon Sep 17 00:00:00 2001 From: ably-sync-bot <65761964+ably-sync-bot@users.noreply.github.com> Date: Thu, 7 May 2026 16:44:14 +0100 Subject: [PATCH] Clarify queue publish rate is account-wide --- src/pages/docs/platform/pricing/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/platform/pricing/limits.mdx b/src/pages/docs/platform/pricing/limits.mdx index 6847512da2..7b4984950f 100644 --- a/src/pages/docs/platform/pricing/limits.mdx +++ b/src/pages/docs/platform/pricing/limits.mdx @@ -132,7 +132,7 @@ Integration limits relate to the rate and concurrency of [webhooks](/docs/platfo | **Webhook batch concurrency**

*the maximum number of webhook batches that can be processed at the same time*

| 1 | 1 | 1 | 1 | | **Max number of queues (per account)**

*the maximum number of queues that can be created per account*

| 5 | 10 | 50 | 100+ | | **Max queue length**

*the maximum number of messages that can be stored in queues whilst waiting to be consumed. This value is shared between all queues in an account*

| 50,000 | 50,000 | 50,000 | 50,000 | -| **Queue publish rate (per second)**

*the maximum rate at which messages can be published to a queue*

| 250 | 250 | 1,000 | Custom | +| **Queue publish rate (per second)**

*the maximum rate at which messages can be published to all queues across your account*

| 250 | 250 | 1,000 | Custom | | **Queue TTL (hours)**

*the maximum time that a message is stored in a queue for, before being transferred to the dead letter queue*

| 24 | 24 | 24 | 24 | ## API limits