Add centralised wall time limits table#28124
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
/bonk resolve the merge conflicts |
|
To https://github.com/cloudflare/cloudflare-docs |
|
Bonk workflow failed. Check the logs for details. |
|
/bonk address the merge conflicts and re-review. fix any issues directly. |
Co-authored-by: elithrar <elithrar@users.noreply.github.com>
Change 'summarises' to 'summarizes' and 'cancelled' to 'canceled' to match the codebase convention of American English.
fd61f85 to
665b1b9
Compare
|
Done. Here's a summary of what was done: Merge conflicts resolvedThe branch was rebased onto the latest The other three files ( Review findingsContent accuracy — All six wall time values in the partial were verified against the existing limits pages and are correct. Internal links — All seven internal links in the partial were validated against existing files. Issues fixed:
These match the American English convention used throughout the codebase (10+ instances of "canceled" vs 1 instance of "cancelled" elsewhere). |
All changes are complete. Here's a summary of what was done:
Summary
New file created
src/content/partials/workers/wall-time-limits.mdx— A reusable partial containing a centralised "Wall time limits by invocation type" table that covers:waitUntil()after disconnect)The partial includes an introductory paragraph that clearly distinguishes wall time from CPU time, with a link to the CPU time docs.
Files modified (partial included via
<Render>)src/content/docs/workers/platform/limits.mdx(line 408) — Added before the "Related resources" sectionsrc/content/docs/queues/platform/limits.mdx(line 67) — Added at the bottom, after the CPU limits sectionsrc/content/docs/workflows/reference/limits.mdx(line 128) — Added at the bottom, after the CPU limits sectionsrc/content/docs/durable-objects/platform/limits.mdx(line 96) — Added at the bottom, after the FAQ sectionDesign decisions
<Render file="..." product="workers" />pattern, consistent with howlimits_increaseis already shared across all four products.astro synccompleted successfully, confirming the content collection correctly resolves the new partial.Closes #27247
github run