Skip to content

Commit 03c1dd8

Browse files
authored
Workflows: update limits and added notes (#25670)
* added note referring that Workflows do not support Workers for Platforms * updated creation rate and concurrency limits
1 parent cb4b161 commit 03c1dd8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

src/content/docs/workflows/get-started/cli-quick-start.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ Workflows are deployed via [`wrangler`](/workers/wrangler/install-and-update/),
144144
npx wrangler@latest deploy
145145
```
146146

147+
:::note
148+
149+
Workflows cannot be deployed to Workers for Platforms namespaces, as Workflows do not support Workers for Platforms.
150+
151+
:::
152+
147153
## 3. Run a Workflow
148154

149155
You can run a Workflow via the `wrangler` CLI, via a Worker binding, or via the Workflows [REST API](/api/resources/workflows/methods/list/).

src/content/docs/workflows/get-started/guide.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,12 @@ Showing last 1 workflow:
385385
└───────────────────┴───────────────────┴────────────┴─────────────────────────┴─────────────────────────┘
386386
```
387387

388+
:::note
389+
390+
Workflows cannot be deployed to Workers for Platforms namespaces, as Workflows do not support Workers for Platforms.
391+
392+
:::
393+
388394
## 6. Run and observe your Workflow
389395

390396
With your Workflow deployed, you can now run it.

src/content/docs/workflows/reference/limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Many limits are inherited from those applied to Workers scripts and as documente
2424
| Maximum `step.sleep` duration | 365 days (1 year) | 365 days (1 year) |
2525
| Maximum steps per Workflow [^5] | 1024 | 1024 |
2626
| Maximum Workflow executions | 100,000 per day [shared with Workers daily limit](/workers/platform/limits/#worker-limits) | Unlimited |
27-
| Concurrent Workflow instances (executions) per account | 25 | 4500 |
28-
| Maximum Workflow instance creation rate | 100 per 10 seconds [^6] | 100 per 10 seconds [^6] |
27+
| Concurrent Workflow instances (executions) per account | 25 | 10,000 |
28+
| Maximum Workflow instance creation rate | 100 per second [^6] | 100 per second [^6] |
2929
| Maximum number of [queued instances](/workflows/observability/metrics-analytics/#event-types) | 10,000 | 100,000 |
3030
| Retention limit for completed Workflow state | 3 days | 30 days [^2] |
3131
| Maximum length of a Workflow name [^4] | 64 characters | 64 characters |

0 commit comments

Comments
 (0)