Skip to content

Commit e28fe3d

Browse files
authored
workflows: document payload size
1MiB (fixed bug that capped at 128KB)
1 parent f0281f4 commit e28fe3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/workflows/reference/limits.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Many limits are inherited from those applied to Workers scripts and as documente
1919
| Compute time per step [^3] | 10 seconds | 30 seconds of [active CPU time](/workers/platform/limits/#cpu-time) |
2020
| Duration (wall clock) per step [^3] | Unlimited | Unlimited - for example, waiting on network I/O calls or querying a database |
2121
| Maximum persisted state per step | 1MiB (2^20 bytes) | 1MiB (2^20 bytes) |
22+
| Maximum event [payload size](/workflows/build/events-and-parameters/) | 1MiB (2^20 bytes) | 1MiB (2^20 bytes) |
2223
| Maximum state that can be persisted per Workflow instance | 100MB | 1GB |
24+
| Maximum length of a Workflow ID [^4] | 64 characters | 64 characters |
2325
| Maximum `step.sleep` duration | 365 days (1 year) [^1] | 365 days (1 year) [^1] |
2426
| Maximum steps per Workflow [^5] | 1024 [^1] | 1024 [^1] |
2527
| Maximum Workflow executions | 100,000 per day [shared with Workers daily limit](/workers/platform/limits/#worker-limits) | Unlimited |

0 commit comments

Comments
 (0)