From 21a4fabc28c2e241af6530ff605f74b75a688979 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Wed, 18 Dec 2024 11:47:50 +0000 Subject: [PATCH] Docs update batch limits to 5MB --- docs/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/limits.mdx b/docs/limits.mdx index 79053aadd..3e64745cd 100644 --- a/docs/limits.mdx +++ b/docs/limits.mdx @@ -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.