diff --git a/src/content/changelog/workflows/2025-10-28-raising-limits.mdx b/src/content/changelog/workflows/2025-10-28-raising-limits.mdx new file mode 100644 index 000000000000000..dbd052de60e2fc7 --- /dev/null +++ b/src/content/changelog/workflows/2025-10-28-raising-limits.mdx @@ -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.