Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/content/changelog/workflows/2025-10-28-raising-limits.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Increased Workflows instance and concurrency limits
description: Higher concurrency and creation limits for Workflow instances now available
products:
- workflows
- workers
date: 2025-10-31
---

We've raised the [Cloudflare Workflows](/workflows/) account-level limits for all accounts on the [Workers paid plan](/workers/platform/pricing/):

* **Instance creation rate** increased from 100 workflow instances per 10 seconds to 100 instances per second
* **Concurrency limit** increased from 4,500 to 10,000 workflow instances per account

These increases mean you can create new instances up to 10x faster, and have more workflow instances concurrently executing. To learn more and get started with Workflows, refer to [the getting started guide](/workflows/get-started/guide/).

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.
Loading