You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workflows/reference/limits.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,11 @@ Many limits are inherited from those applied to Workers scripts and as documente
29
29
| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types)| 10,000 | 100,000 |
30
30
| Retention limit for completed Workflow state | 3 days | 30 days [^2]|
31
31
| Maximum length of a Workflow ID [^4]| 64 characters | 64 characters |
32
+
| Maximum number of subrequests per Workflow instance | 50/request | 1000/request |
32
33
33
34
[^2]: Workflow state and logs will be retained for 3 days on the Workers Free plan and for 7 days on the Workers Paid plan.
34
35
35
-
[^3]: A Workflow instance can run forever, as long as each step does not take more than the CPU time limit and the maximum number of steps per Workflow is not reached.
36
+
[^3]: A Workflow instance can run forever, as long as each step does not take more than the CPU time limit and the maximum number of steps per Workflow is not reached.
36
37
37
38
[^4]: Match pattern: _```^[a-zA-Z0-9_][a-zA-Z0-9-_]*$```_
0 commit comments