You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/limits.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import RateLimitHitUseBatchTrigger from "/snippets/rate-limit-hit-use-batchtrigg
9
9
10
10
| Pricing tier | Limit |
11
11
| :----------- | :------------------- |
12
-
| Free | 10 concurrent runs |
12
+
| Free | 10 concurrent runs |
13
13
| Hobby | 25 concurrent runs |
14
14
| Pro | 100+ concurrent runs |
15
15
@@ -53,20 +53,20 @@ If you're creating schedules for your user you will definitely need to request m
53
53
54
54
## Preview branches
55
55
56
-
| Pricing tier | Limit |
57
-
| :----------- | :----------------- |
58
-
| Free | Not available |
59
-
| Hobby | 5 preview branches |
56
+
| Pricing tier | Limit |
57
+
| :----------- | :-------------------|
58
+
| Free | Not available |
59
+
| Hobby | 5 preview branches |
60
60
| Pro | 20+ preview branches |
61
61
62
62
Additional bundles above the Pro tier are available for $10/month per preview branch. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more.
63
63
64
64
## Realtime connections
65
65
66
-
| Pricing tier | Limit |
67
-
| :----------- | :----------------- |
68
-
| Free | 10 concurrent connections |
69
-
| Hobby | 50 concurrent connections |
66
+
| Pricing tier | Limit |
67
+
| :----------- | :--------------------------|
68
+
| Free | 10 concurrent connections |
69
+
| Hobby | 50 concurrent connections |
70
70
| Pro | 500+ concurrent connections |
71
71
72
72
Additional bundles are available for $10/month per 100 realtime connections. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more.
@@ -105,8 +105,8 @@ We limit the size of logs to prevent oversized data potentially causing issues.
105
105
106
106
- Span Attribute Count Limit: 256
107
107
- Log Attribute Count Limit: 256
108
-
- Span Attribute Value Length Limit: 1028 characters
109
-
- Log Attribute Value Length Limit: 1028 characters
108
+
- Span Attribute Value Length Limit: 131072 characters
109
+
- Log Attribute Value Length Limit: 131072 characters
0 commit comments