Skip to content

Commit

Permalink
remove attempt state doc
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 29, 2023
1 parent 0f3812e commit 95559a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/developers/limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<!-- TODO: make final decision on attempt states -->
<!-- 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`
Expand Down

0 comments on commit 95559a8

Please sign in to comment.