Skip to content

Commit 6802046

Browse files
authored
Merge pull request #3370 from ably/support/queue-publish-rate-clarification-v2-1778168651
Support: Integrations - Clarify queue publish rate is account-wide
2 parents 0124328 + 6509662 commit 6802046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/docs/platform/pricing/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Integration limits relate to the rate and concurrency of [webhooks](/docs/platfo
132132
| **Webhook batch concurrency**<p>*the maximum number of webhook batches that can be processed at the same time*</p> | 1 | 1 | 1 | 1 |
133133
| **Max number of queues (per account)**<p>*the maximum number of queues that can be created per account*</p> | 5 | 10 | 50 | 100+ |
134134
| **Max queue length**<p>*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*</p> | 50,000 | 50,000 | 50,000 | 50,000 |
135-
| **Queue publish rate (per second)**<p>*the maximum rate at which messages can be published to a queue*</p> | 250 | 250 | 1,000 | Custom |
135+
| **Queue publish rate (per second)**<p>*the maximum rate at which messages can be published to all queues across your account*</p> | 250 | 250 | 1,000 | Custom |
136136
| **Queue TTL (hours)**<p>*the maximum time that a message is stored in a queue for, before being transferred to the dead letter queue*</p> | 24 | 24 | 24 | 24 |
137137

138138
## API limits <a id="api"/>

0 commit comments

Comments
 (0)