From 5ff61952a91717060365f5f823e893df29ef20ab 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:38:19 +0100 Subject: [PATCH] Clarify queue publish rate is account-wide --- src/pages/docs/platform/pricing/limits.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/platform/pricing/limits.mdx b/src/pages/docs/platform/pricing/limits.mdx index 6847512da2..cc7f4a4ccc 100644 --- a/src/pages/docs/platform/pricing/limits.mdx +++ b/src/pages/docs/platform/pricing/limits.mdx @@ -21,7 +21,7 @@ Others still are precautions against high message consumption. For example, the * 200 presence messages published for the enter event. * 200 x 200 (40,000) messages subscribed to for the enter events. * 200 presence messages published for the leave event. -* 200 x 200 (40,000) presence messages subscribed to for the leave event. +* 200 x 200 (40,000) presence messages subscribed to for the leave events. This highlights the potential for 80,400 messages to be sent in a very short space of time on a single channel. There are options for [mitigating](/docs/presence-occupancy/presence#present-no-subscribe) this such as utilizing [server-side batching](/docs/messages/batch#server-side). Contact Ably to discuss increasing this limit if you think it's necessary for your use case. @@ -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