Skip to content

Commit d82fb92

Browse files
author
markzegarelli
authored
Merge pull request #1068 from segmentio/sla-update
Sla update
2 parents c932e38 + 80c169e commit d82fb92

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/_data/sidenav/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ sections:
225225
title: Integration Error Codes
226226
- path: /connections/schema-unique-limits
227227
title: Are there limits on my Segment Schema?
228+
- path: /connections/rate-limits
229+
title: Rate Limits and SLA
228230
- section_title: Personas
229231
section:
230232
- path: /personas

src/connections/rate-limits.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Rate Limits and SLA
3+
---
4+
These rate limits were added to our product documentation on August 31, 2020.
5+
6+
## Inbound Data Ingestion API Rate Limit
7+
8+
If within a ten minute period a Customer’s sources (in aggregate) send more than 60 million events (average of 100,000 events per second) without prior arrangement, Segment reserves the right to queue any additional events and process those at a rate that does not exceed 60 million events in any ten minute period.
9+
10+
## Outbound Downstream Destination Rate Limits
11+
12+
Most destinations have their own rate limits that Segment cannot control. In some instances, Segment is able to ingest and attempt to deliver data faster than the downstream destination is able to accept data. Outbound requests to a destination may also fail for other reasons outside of Segment’s control. When requests to downstream destinations fail, Segment makes additional attempts to deliver the data (retries). However, when more than 1,000 requests per second to a downstream destination fail or when the failure rate for a downstream destination exceeds 50% for more than 72 hours, Segment reserves the right to reduce the number of retries until the condition is resolved.

0 commit comments

Comments
 (0)