Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/pages/docs/platform/pricing/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ Integration limits relate to the rate and concurrency of [webhooks](/docs/platfo
| **Queue publish rate (per second)**<p>*the maximum rate at which messages can be published to a queue*</p> | 250 | 250 | 1,000 | Custom |
| **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 |

## Before publish rules limits <a id="before-publish-rules"/>

Before publish rules limits relate to the rate and concurrency of [before publish rules](/docs/chat/moderation/custom), such as those used for custom chat moderation. Before publish rules are invoked synchronously before a message is published and can reject or modify the message.

| Before publish rules limit | Free | Standard | Pro | Enterprise |
| -------------------------- | ---- | -------- | --- | ---------- |
| **Before publish rule rate (per second)**<p>*the maximum rate at which before publish rules can be invoked across your account each second*</p> | 250 | 250 | 1,000 | Custom |
| **Before publish rule concurrency**<p>*the maximum number of before publish rule requests that can be in-flight at any one time*</p> | 25 | 25 | 100 | Custom |

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

API request limits are the maximum number of [REST API](/docs/api/rest-api) requests, [Control API](/docs/platform/account/control-api) requests and [token requests](/docs/auth/token) that can be made to Ably.
Expand Down