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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Many limits are inherited from those applied to Workers scripts and as documente
17
17
| Workflow class definitions per script | 1MB max script size per [Worker size limits](/workers/platform/limits/#account-plan-limits) | 10MB max script size per [Worker size limits](/workers/platform/limits/#account-plan-limits)
18
18
| Total scripts per account | 100 | 500 (shared with [Worker script limits](/workers/platform/limits/#account-plan-limits)|
19
19
| Compute time per step [^3]| 10 seconds | 30 seconds of [active CPU time](/workers/platform/limits/#cpu-time)|
20
-
| Duration (wall clock) per step [^3]| Unlimited | Unlimited - e.g. waiting on network I/O calls or querying a database |
20
+
| Duration (wall clock) per step [^3]| Unlimited | Unlimited - for example, waiting on network I/O calls or querying a database |
21
21
| Maximum persisted state per step | 1MiB (2^20 bytes) | 1MiB (2^20 bytes) |
22
22
| Maximum state that can be persisted per Workflow instance | 100MB | 1GB |
23
23
| Maximum `step.sleep` duration | 365 days (1 year) [^1]|
0 commit comments