Skip to content

Commit

Permalink
Merge pull request #5585 from segmentio/Rate-limit-clarification
Browse files Browse the repository at this point in the history
Rate limits clarification
  • Loading branch information
rchinn1 authored Oct 25, 2023
2 parents c1d1eb9 + 32df8f2 commit 24e8e06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/connections/rate-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Events ingested by Segment have a limit of **10,000** properties per individual

## Inbound data ingestion API rate limit

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.
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]).

> warning "Engage rate limit"
> 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ Segment welcomes feedback on API responses and error messages. [Reach out to sup

## Rate limits

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.
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]).

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

> warning "Engage rate limit"
> 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.
Expand Down

0 comments on commit 24e8e06

Please sign in to comment.