Skip to content

Commit 552d5fa

Browse files
committed
update rate limits
1 parent 6bc0359 commit 552d5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/connections/rate-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Product Limits
33
---
4-
These limits were updated on February 22, 2023.
4+
These limits were updated on January 25, 2024.
55

66
## Event properties ingestion limit
77

88
Events ingested by Segment have a limit of **10,000** properties per individual event received. For example, two Track events named "Page Viewed" and "Signup completed" each have their own limit. Segment will not persist properties beyond this limit, and will drop any corresponding values.
99

1010
## Inbound data ingestion API rate limit
1111

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]).
12+
If any sources send more than 1,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: 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-
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]).
41+
For each workspace, Segment recommends you to not exceed 1,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]).
4242

4343
For [`batch` requests](#batch), there's a limit of 500 KB per request.
4444

0 commit comments

Comments
 (0)