Skip to content

Commit a30fb98

Browse files
committed
Rate limits clarification
1 parent 84feeae commit a30fb98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ 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. For [`batch` requests](#batch), there's a limit of 500 KB per request.
4242

4343
> warning "Engage rate limit"
4444
> 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)