Skip to content

Commit 24e8e06

Browse files
authored
Merge pull request #5585 from segmentio/Rate-limit-clarification
Rate limits clarification
2 parents c1d1eb9 + 32df8f2 commit 24e8e06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/connections/rate-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Events ingested by Segment have a limit of **10,000** properties per individual
99

1010
## Inbound data ingestion API rate limit
1111

12-
If any sources send more than 20,000 events per second without prior arrangement, Segment reserves the right to queue any additional events and process those at a rate that doesn't exceed this limit.
12+
If any sources send more than 20,000 events per second in a workspace without prior arrangement, Segment reserves the right to queue any additional events and process those at a rate that doesn't exceed this limit. To request a higher limit, contact [Segment](mailto:[email protected]).
1313

1414
> warning "Engage rate limit"
1515
> Engage has a limit of 1,000 events per second for inbound data. Visit the [Engage Default Limits documentation](/docs/engage/product-limits/) to learn more.

src/connections/sources/catalog/libraries/server/http-api/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ Segment welcomes feedback on API responses and error messages. [Reach out to sup
3838

3939
## Rate limits
4040

41-
Segment recommends you to not exceed 20,000 requests per second with the HTTP API. For [`batch` requests](#batch), there's a limit of 500 KB per request.
41+
For each workspace, Segment recommends you to not exceed 20,000 requests per second with the HTTP API. If you exceed this, Segment reserves the right to queue any additional events and process those at a rate that doesn't exceed the limit. To request a higher limit, contact [Segment](mailto:[email protected]).
42+
43+
For [`batch` requests](#batch), there's a limit of 500 KB per request.
4244

4345
> warning "Engage rate limit"
4446
> Engage has a limit of 1,000 events per second for inbound data. Visit the [Engage Default Limits documentation](/docs/engage/product-limits/) to learn more.

0 commit comments

Comments
 (0)