File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/content/docs/workflows/reference Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Many limits are inherited from those applied to Workers scripts and as documente
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 | 4500 [ ^ 1 ] |
29+ | Maximum Workflow instance creation rate | 100 per 10 seconds [ ^ 1 ] [ ^ 6 ] | 100 per 10 seconds [ ^ 1 ] [ ^ 6 ] |
2930| Maximum number of [ queued instances] ( /workflows/observability/metrics-analytics/#event-types ) | 10,000 [ ^ 1 ] | 100,000 [ ^ 1 ] |
3031| Retention limit for completed Workflow state | 3 days | 30 days [ ^ 2 ] |
3132| Maximum length of a Workflow ID [ ^ 4 ] | 64 characters | 64 characters |
@@ -40,4 +41,6 @@ Many limits are inherited from those applied to Workers scripts and as documente
4041
4142[ ^ 5 ] : ` step.sleep ` do not count towards the max. steps limit
4243
44+ [ ^ 6 ] : Workflows will return a HTTP 429 rate limited error if you exceed the rate of new Workflow instance creation.
45+
4346<Render file = " limits_increase" product = " workers" />
You can’t perform that action at this time.
0 commit comments