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
3 changes: 2 additions & 1 deletion src/pages/docs/platform/pricing/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ Integration limits relate to the rate and concurrency of [webhooks](/docs/integr
| Integration limit | Free | Standard | Pro | Enterprise |
| ----------------- | ---- | -------- | --- | ---------- |
| **Integration rate (per second)**<p>*the maximum rate at which integrations can be executed, or streamed*</p> | 250 | 250 | 1,000 | Custom |
| **Integration concurrency (Google Functions and Azure)**<p>*the maximum number of integrations that can run at the same time*</p> | 25 | 25 | 100 | Custom |
| **Integration concurrency (HTTP/1 unbatched webhooks)**<p>*the maximum number of HTTP/1 unbatched webhook integrations that can run at the same time*</p> | 25 | 25 | 100 | Custom |
| **Webhook concurrency**<p>*the maximum number of unbatched webhook requests that can be in-flight at any one time from a given source*</p> | 25 | 25 | 100 | Custom |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the intended difference between these two lines?

| **Webhook batch size**<p>*the maximum number of webhook events that can be sent per batch*</p> | 50 | 100 | 100 | 100 |
| **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+ |
Expand Down