Skip to content

Commit

Permalink
Merge branch 'main' into run-engine-2
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-aitken authored Dec 19, 2024
2 parents b1604fb + 21a4fab commit 079bd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you're creating schedules for your user you will definitely need to request m
| Limit | Details |
| :--------------------- | :-------------------------------------------- |
| Single trigger payload | Must not exceed 3MB |
| Batch trigger payload | The total of all payloads must not exceed 1MB |
| Batch trigger payload | The total of all payloads must not exceed 5MB |
| Task outputs | Must not exceed 10MB |

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.
Expand Down

0 comments on commit 079bd5c

Please sign in to comment.