[Workers] Update Worker size limit docs#31002
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
2 issues need attention before merge.
MEDIUM — src/content/docs/workers/platform/limits.mdx:272: The output code block should use txt output (with the output suffix) per the style guide for showing command output.
MEDIUM — This PR removes the compressed size limit and unifies the uncompressed limit across plans, which is a user-facing change. It should include a changelog entry per the documentation checklist.
Out of scope: The workflows limits table has pre-existing unit spacing inconsistencies (1MiB, 100MB) that violate the style guide, but those are unchanged in this PR.
| ```sh | ||
| wrangler deploy --outdir bundled/ --dry-run | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Add the output suffix per the style guide for command output blocks:
| ```txt output |
|
Posted a review on PR #31002. Summary of changes
Issues flagged
Labels |
Summary
Updates the Workers, Workflows, and Agents limits docs for WC-4489. The Worker size limit is now documented as a single 64 MiB uncompressed limit on all Workers plans, matching the removal of the former compressed 3 MB/10 MB limit and the Wrangler bundle-size reporter behavior in cloudflare/workers-sdk#14001.
Documentation checklist