Skip to content

Commit de16b16

Browse files
Documentation edits made through Mintlify web editor
1 parent 3418aa6 commit de16b16

File tree

1 file changed

+32
-25
lines changed

1 file changed

+32
-25
lines changed

docs/limits.mdx

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Limits"
33
description: "There are some hard and soft limits that you might hit."
44
---
55

6-
import RateLimitHitUseBatchTrigger from "/snippets/rate-limit-hit-use-batchtrigger.mdx";
7-
86
## Concurrency limits
97

108
| Pricing tier | Limit |
@@ -54,7 +52,7 @@ If you're creating schedules for your user you will definitely need to request m
5452
| Limit | Details |
5553
| :--------------------- | :-------------------------------------------- |
5654
| Single trigger payload | Must not exceed 3MB |
57-
| Batch trigger payload | The total of all payloads must not exceed 1MB |
55+
| Batch trigger payload | The total of all payloads must not exceed 5MB |
5856
| Task outputs | Must not exceed 10MB |
5957

6058
Payloads and outputs that exceed 512KB will be offloaded to object storage and a presigned URL will be provided to download the data when calling `runs.retrieve`. You don't need to do anything to handle this in your tasks however, as we will transparently upload/download these during operation.
@@ -78,38 +76,47 @@ A single batch can have a maximum of 500 items.
7876
We limit the size of logs to prevent oversized data potentially causing issues.
7977

8078
<Expandable title="log limits">
79+
#### Attribute Limits
80+
81+
* Span Attribute Count Limit: 256
82+
83+
* Log Attribute Count Limit: 256
84+
85+
* Span Attribute Value Length Limit: 1028 characters
86+
87+
* Log Attribute Value Length Limit: 1028 characters
88+
89+
#### Event and Link Limits
90+
91+
* Span Event Count Limit: 10
92+
93+
* Link Count Limit: 2
94+
95+
* Attributes per Link Limit: 10
96+
97+
* Attributes per Event Limit: 10
8198

82-
#### Attribute Limits
99+
#### I/O Packet Length Limit
83100

84-
- Span Attribute Count Limit: 256
85-
- Log Attribute Count Limit: 256
86-
- Span Attribute Value Length Limit: 1028 characters
87-
- Log Attribute Value Length Limit: 1028 characters
101+
128 KB (131,072 bytes)
88102

89-
#### Event and Link Limits
103+
#### Attribute Clipping Behavior
90104

91-
- Span Event Count Limit: 10
92-
- Link Count Limit: 2
93-
- Attributes per Link Limit: 10
94-
- Attributes per Event Limit: 10
105+
* Attributes exceeding the value length limit (1028 characters) are discarded.
95106

96-
#### I/O Packet Length Limit
107+
* If the total number of attributes exceeds 256, additional attributes are not included.
97108

98-
128 KB (131,072 bytes)
109+
#### Attribute Value Size Calculation
99110

100-
#### Attribute Clipping Behavior
111+
* Strings: Actual length of the string
101112

102-
- Attributes exceeding the value length limit (1028 characters) are discarded.
103-
- If the total number of attributes exceeds 256, additional attributes are not included.
113+
* Numbers: 8 bytes
104114

105-
#### Attribute Value Size Calculation
115+
* Booleans: 4 bytes
106116

107-
- Strings: Actual length of the string
108-
- Numbers: 8 bytes
109-
- Booleans: 4 bytes
110-
- Arrays: Sum of the sizes of all elements
111-
- Undefined or null: 0 bytes
117+
* Arrays: Sum of the sizes of all elements
112118

119+
* Undefined or null: 0 bytes
113120
</Expandable>
114121

115122
## Alerts
@@ -134,4 +141,4 @@ See the [machine configurations](/machines#machine-configurations) for more deta
134141
| :----------- | :--------------- |
135142
| Free | 5 team members |
136143
| Hobby | 5 team members |
137-
| Pro | 25+ team members |
144+
| Pro | 25+ team members |

0 commit comments

Comments
 (0)