Skip to content

Commit 21a4fab

Browse files
authored
Docs update batch limits to 5MB
1 parent 3418aa6 commit 21a4fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you're creating schedules for your user you will definitely need to request m
5454
| Limit | Details |
5555
| :--------------------- | :-------------------------------------------- |
5656
| Single trigger payload | Must not exceed 3MB |
57-
| Batch trigger payload | The total of all payloads must not exceed 1MB |
57+
| Batch trigger payload | The total of all payloads must not exceed 5MB |
5858
| Task outputs | Must not exceed 10MB |
5959

6060
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.

0 commit comments

Comments
 (0)