Skip to content

Commit 0104d3a

Browse files
authored
Update 2025-10-28-raising-limits.mdx
1 parent b0690f5 commit 0104d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/workflows/2025-10-28-raising-limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Earlier this year, we launched our serverless durable execution engine, Workflow
1616

1717
Consider a practical example: your application offers a two-week free trial. When users sign up, you can trigger a Workflow to track their trial period and send timely reminders before it expires. This means running one Workflow per user, which previously meant hitting our hard limit at just 4,500 concurrent users in the onboarding flow.
1818

19-
With the new concurrency limit of 10,000 Workflow instances, you can support up to 10,000 customers simultaneously moving through onboarding. We've also increased throughput tenfold: you can now create 100 new Workflow instances per second, up from the previous limit of 100 per 10 seconds.
19+
With the new concurrency limit of 10,000 Workflow instances, you can support up to 10,000 customers simultaneously moving through onboarding. We've also increased throughput tenfold: you can now create 100 new Workflow instances per second, up from the previous limit of 100 per 10 seconds.
2020

21-
Refer to [Workflows pricing](/workflows/reference/pricing/) for more information.
21+
If your application requires a higher limit, fill out the [Limit Increase Request Form](/workers/platform/limits/) or contact your account team. Please refer to [Workflows pricing](/workflows/reference/pricing/) for more information.

0 commit comments

Comments
 (0)