diff --git a/src/pages/docs/platform/pricing/limits.mdx b/src/pages/docs/platform/pricing/limits.mdx index 6bb97dcc81..e600dd8d2b 100644 --- a/src/pages/docs/platform/pricing/limits.mdx +++ b/src/pages/docs/platform/pricing/limits.mdx @@ -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)**

*the maximum rate at which integrations can be executed, or streamed*

| 250 | 250 | 1,000 | Custom | -| **Integration concurrency (Google Functions and Azure)**

*the maximum number of integrations that can run at the same time*

| 25 | 25 | 100 | Custom | +| **Integration concurrency (HTTP/1 unbatched webhooks)**

*the maximum number of HTTP/1 unbatched webhook integrations that can run at the same time*

| 25 | 25 | 100 | Custom | +| **Webhook concurrency**

*the maximum number of unbatched webhook requests that can be in-flight at any one time from a given source*

| 25 | 25 | 100 | Custom | | **Webhook batch size**

*the maximum number of webhook events that can be sent per batch*

| 50 | 100 | 100 | 100 | | **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+ |