Skip to content

Commit 82606c8

Browse files
committed
Add limits to pipelines docs
1 parent 0b6f3da commit 82606c8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ sidebar:
55
order: 2
66
---
77

8-
import { Render } from "~/components";
8+
While in open beta, the following limits are currently in effect:
99

10-
| Feature | Limit |
11-
| ------- | ----- |
10+
| Feature | Limit |
11+
| ------------------------------------------ | ------ |
12+
| Maximum streams per account | 20 |
13+
| Maximum payload size per ingestion request | 1 MB |
14+
| Maximum ingest rate per stream | 5 MB/s |
15+
| Maximum sinks per account | 20 |
16+
| Maximum pipelines per account | 20 |

0 commit comments

Comments
 (0)