Skip to content

Commit 6b86012

Browse files
authored
workflows: creation rate limit (#20636)
cc @sidharthachatterjee
1 parent 50c92e8 commit 6b86012

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)