Skip to content
Merged
Changes from 3 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
15 changes: 15 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,15 @@
---
title: Improved scaling for Cloudflare Workflows
description: Higher concurrency and creation limits for Workflow instances now available
products:
- workflows
- workers
date: 2025-10-28
---

We're excited to announce increases to the [Cloudflare Workflows](/workflows/) scaling limits for all accounts on the [Workers paid plan](/workers/platform/pricing/).

* We have **more than doubled** the concurrency limit per Cloudflare account, from 4,500 to 10,000 Workflow instances. Note that each unique invocation of a Workflow is an **instance** of that Workflow.
* You can now also create up to 100 Workflow instances per second.

Refer to [Workflows pricing](/workflows/reference/pricing/) for more information.
Loading