Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Identifier | Description
[TMPRL1100](rules/TMPRL1100.md) | Non-determinism detected during workflow replay
[TMPRL1101](rules/TMPRL1101.md) | Deadlock detected during workflow run
[TMPRL1102](rules/TMPRL1102.md) | Workflow finished while handlers are still running
[TMPRL1103](rules/TMPRL1103.md) | Payload size limit exceeded
<!-- TODO:
[TMPRL1102](rules/TMPRL1102.md) | Payload conversion failure
[TMPRL1103](rules/TMPRL1103.md) | Using known non-deterministic construct (TODO: often for static analyzers)
Expand Down
9 changes: 9 additions & 0 deletions rules/TMPRL1103.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# TMPRL1103 - Payload size limit exceeded

## Cause

The size of a payload or collection of payloads has exceed configured size limits, either causing a warning to be emitted or a workflow/activity/Nexus task to fail.

## Description

## Remediation
Loading