-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Changelog for increased Workflows limitations #26120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Changelog for increased Workflows limitations #26120
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's a Workflow? How do I get a high level understanding of what a Workflow is from reading this?
Why do these limits matter? Is there a canonical use case that shows what this unlocks — ex: does being able to create this many instances per second make it possible to kick off a new Workflow every time xyz common action happens in your app — whereas before you'd hit limits?
| @@ -0,0 +1,15 @@ | |||
| --- | |||
| title: Improved scaling for Cloudflare Workflows | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Improved scaling for Cloudflare Workflows | |
| title: Run up to 10,000 concurrent Workflow instances (previously 4,500) |
Or something specific — "scaling" isn't specific enough
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was it previously?
No description provided.