Skip to content

Commit e3cfa83

Browse files
committed
changelog
1 parent 01a04b0 commit e3cfa83

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Concurrent Workflow instances limits increased.
3+
description: Increased concurrency limits for Workflows instances
4+
products:
5+
- workflows
6+
date: 2025-02-2515:00:00Z
7+
---
8+
9+
import { Render, PackageManagers, TypeScriptExample } from "~/components"
10+
11+
[Workflows](/workflows/) now supports up to 4,500 concurrent (running) instances, up from the previous limit of 100. This limit will continue to increase during the Workflows open beta. This increase applies to all users on the Workers Paid plan, and takes effect immediately.
12+
13+
Review the Workflows [limits documentation](/workflows/reference/limits) and/or dive into the [get started guide](/workflows/get-started/guide/) to start building on Workflows.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Many limits are inherited from those applied to Workers scripts and as documente
2525
| Maximum `step.sleep` duration | 365 days (1 year) [^1] | 365 days (1 year) [^1] |
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 |
28-
| Concurrent Workflow instances (executions) per account | 25 | 100 [^1] |
28+
| Concurrent Workflow instances (executions) per account | 25 | 4500 [^1] |
2929
| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types) | 10,000 [^1] | 100,000 [^1] |
3030
| Retention limit for completed Workflow state | 3 days | 30 days [^2] |
3131
| Maximum length of a Workflow ID [^4] | 64 characters | 64 characters |

0 commit comments

Comments
 (0)