From 95559a824e78dcc8d32d3f36ca757fb240917ee5 Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Wed, 29 Nov 2023 09:11:18 +0000 Subject: [PATCH] remove attempt state doc --- docs/developers/limits.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/developers/limits.md b/docs/developers/limits.md index 95e0570bdec..c35bf2ab197 100644 --- a/docs/developers/limits.md +++ b/docs/developers/limits.md @@ -38,8 +38,10 @@ attempt exceeds this limit, it will be killed by the worker and you'll see a 1. Each **webhook request** to a trigger URL cannot exceed `10MB`. 2. If you are persisting the final state of each **run** as a dataclip, each dataclip may not exceed `10MB`. -3. If you are persisting the final state of an **attempt** as a dataclip, it may - not exceed `10MB`. + + + If you send a payload to a webhook trigger URL which breaches this limit, the server will respond with a `413` error with a `:request_entity_too_large`