Skip to content

Commit fddc582

Browse files
committed
Renaming the folder to Platform, adding subrequest limit
1 parent 9c32af6 commit fddc582

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

public/__redirects

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,6 +1921,11 @@
19211921
# workflows
19221922
/workflows/reference/storage-options/ /workers/platform/storage-options/ 301
19231923
/workflows/tutorials/ /workflows/examples 301
1924+
/workflows/reference/changelog/ /workflows/platform/changelog/ 301
1925+
/workflows/reference/glossary/ /workflows/platform/glossary/ 301
1926+
/workflows/reference/limits/ /workflows/platform/limits/ 301
1927+
/workflows/reference/pricing/ /workflows/platform/pricing/ 301
1928+
/workflows/reference/wrangler-commands/ /workflows/platform/wrangler-commands/ 301
19241929

19251930
# workers KV
19261931
/kv/platform/environments/ /kv/reference/environments/ 301
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/content/docs/workflows/reference/limits.mdx renamed to src/content/docs/workflows/platform/limits.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ Many limits are inherited from those applied to Workers scripts and as documente
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 ID [^4] | 64 characters | 64 characters |
32+
| Maximum number of subrequests per Workflow instance | 50/request | 1000/request |
3233

3334
[^2]: Workflow state and logs will be retained for 3 days on the Workers Free plan and for 7 days on the Workers Paid plan.
3435

35-
[^3]: A Workflow instance can run forever, as long as each step does not take more than the CPU time limit and the maximum number of steps per Workflow is not reached.
36+
[^3]: A Workflow instance can run forever, as long as each step does not take more than the CPU time limit and the maximum number of steps per Workflow is not reached.
3637

3738
[^4]: Match pattern: _```^[a-zA-Z0-9_][a-zA-Z0-9-_]*$```_
3839

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)