Skip to content

Commit ff67c0e

Browse files
committed
Updated performance characteristics
1 parent 38cb4b4 commit ff67c0e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/content/docs/pipelines/reference/limits.mdx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ Many of these limits will increase during Pipelines' public beta period. [Follow
1313

1414
:::
1515

16-
1716
| Feature | Limit |
1817
| --------------------------------------------- | ------------------------------------------------------------- |
19-
| Requests per second | 10,000 |
18+
| Maximum requests per second, per pipeline | 20,000 |
2019
| Maximum payload per request | 1 MB |
20+
| Maximum data throughput per pipeline | 20 MB /s |
2121
| Maximum batch size | 100 MB |
2222
| Maximum batch records | 10,000,000 |
2323
| Maximum batch duration | 300s |
24+
25+
## Performance charecteristics
26+
Pipelines are performant up to the following limits:
27+
- 20,000 requests per second
28+
- 20 MB / s.
29+
30+
Consistently exceeding these limits will result may result in requests being rejected by your Pipeline, with a status code of 429, indicating that your Pipeline is unable to keep up with the volume.
31+
32+
These performance limits apply simultaneously. For example, if you are sending 100 byte records, you can safely make up to 20,000 requests per second. However, if you are sending 1 MB records, you will only be able to make 20 requests per second.

0 commit comments

Comments
 (0)