Skip to content

Commit 9a42e90

Browse files
committed
- updates creation rate and concurrency limits
1 parent 0ca067e commit 9a42e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Many limits are inherited from those applied to Workers scripts and as documente
2424
| Maximum `step.sleep` duration | 365 days (1 year) | 365 days (1 year) |
2525
| Maximum steps per Workflow [^5] | 1024 | 1024 |
2626
| Maximum Workflow executions | 100,000 per day [shared with Workers daily limit](/workers/platform/limits/#worker-limits) | Unlimited |
27-
| Concurrent Workflow instances (executions) per account | 25 | 4500 |
28-
| Maximum Workflow instance creation rate | 100 per 10 seconds [^6] | 100 per 10 seconds [^6] |
27+
| Concurrent Workflow instances (executions) per account | 25 | 10,000 |
28+
| Maximum Workflow instance creation rate | 100 per second [^6] | 100 per second [^6] |
2929
| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types) | 10,000 | 100,000 |
3030
| Retention limit for completed Workflow state | 3 days | 30 days [^2] |
3131
| Maximum length of a Workflow name [^4] | 64 characters | 64 characters |

0 commit comments

Comments
 (0)