Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/pages/docs/platform/pricing/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Integration limits relate to the rate and concurrency of [webhooks](/docs/platfo
| **Webhook batch concurrency**<p>*the maximum number of webhook batches that can be processed at the same time*</p> | 1 | 1 | 1 | 1 |
| **Max number of queues (per account)**<p>*the maximum number of queues that can be created per account*</p> | 5 | 10 | 50 | 100+ |
| **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 |
| **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 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 |
| **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 |

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