Skip to content

Commit 7590b0a

Browse files
authored
workflows: queued limits
1 parent e28fe3d commit 7590b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ Many limits are inherited from those applied to Workers scripts and as documente
2121
| Maximum persisted state per step | 1MiB (2^20 bytes) | 1MiB (2^20 bytes) |
2222
| Maximum event [payload size](/workflows/build/events-and-parameters/) | 1MiB (2^20 bytes) | 1MiB (2^20 bytes) |
2323
| Maximum state that can be persisted per Workflow instance | 100MB | 1GB |
24-
| Maximum length of a Workflow ID [^4] | 64 characters | 64 characters |
24+
| Maximum length of a Workflow ID [^4] | 64 characters | 64 characters |
2525
| Maximum `step.sleep` duration | 365 days (1 year) [^1] | 365 days (1 year) [^1] |
2626
| Maximum steps per Workflow [^5] | 1024 [^1] | 1024 [^1] |
2727
| Maximum Workflow executions | 100,000 per day [shared with Workers daily limit](/workers/platform/limits/#worker-limits) | Unlimited |
2828
| Concurrent Workflow instances (executions) per account | 25 | 100 [^1] |
29+
| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types) | 10,000 [^1] | 100,000 [^1] |
2930
| Retention limit for completed Workflow state | 3 days | 30 days [^2] |
3031
| Maximum length of a Workflow ID [^4] | 64 characters | 64 characters |
3132

0 commit comments

Comments
 (0)