File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/docs/workflows/reference Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Many limits are inherited from those applied to Workers scripts and as documente
1818| Total scripts per account | 100 | 500 (shared with [ Worker script limits] ( /workers/platform/limits/#account-plan-limits ) |
1919| Compute time per Workflow | 10 seconds | 30 seconds of [ active CPU time] ( /workers/platform/limits/#cpu-time ) |
2020| Duration (wall clock) per ` step ` | Unlimited | Unlimited - e.g. waiting on network I/O calls or querying a database |
21- | Maximum persisted state per step | 1MB (1e6 bytes) | 1MB (1e6 bytes) |
21+ | Maximum persisted state per step | 1MiB (2^20 bytes) | 1MiB (2^20 bytes) |
2222| Maximum state that can be persisted per Workflow instance | 100MB | 1GB |
2323| Maximum ` step.sleep ` duration | 365 days (1 year) <beta >beta</beta > |
2424| Maximum steps per Workflow | 256 <beta >beta</beta > |
You can’t perform that action at this time.
0 commit comments