Skip to content

Add centralised wall time limits table#28124

Open
ask-bonk[bot] wants to merge 1 commit intoproductionfrom
opencode/issue27247-20260205213827
Open

Add centralised wall time limits table#28124
ask-bonk[bot] wants to merge 1 commit intoproductionfrom
opencode/issue27247-20260205213827

Conversation

@ask-bonk
Copy link
Contributor

@ask-bonk ask-bonk bot commented Feb 5, 2026

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:
Invocation type Wall time limit
Incoming HTTP request Unlimited (30s extension via waitUntil() after disconnect)
Cron Triggers 15 minutes
Queue consumers 15 minutes
Durable Object alarm handlers 15 minutes
Durable Objects (RPC / HTTP) Unlimited (while caller connected)
Workflows (per step) Unlimited

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" section
  • src/content/docs/queues/platform/limits.mdx (line 67) — Added at the bottom, after the CPU limits section
  • src/content/docs/workflows/reference/limits.mdx (line 128) — Added at the bottom, after the CPU limits section
  • src/content/docs/durable-objects/platform/limits.mdx (line 96) — Added at the bottom, after the FAQ section

Design decisions

  • Cron Triggers has no dedicated limits page, so the table is surfaced through the Workers limits page where Cron Trigger limits already live.
  • The partial uses the existing <Render file="..." product="workers" /> pattern, consistent with how limits_increase is already shared across all four products.
  • All wall time values are sourced from what is already documented in the respective limits pages — no undocumented claims were added.
  • astro sync completed successfully, confirming the content collection correctly resolves the new partial.

Closes #27247

github run

Co-authored-by: elithrar <elithrar@users.noreply.github.com>
@github-actions github-actions bot added product:workers Related to Workers product product:queues Cloudflare Queues: https://developers.cloudflare.com/queues product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ product:workflows Workflows: https://developers.cloudflare.com/workflows/ size/s labels Feb 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/durable-objects/ @elithrar, @vy-ton, @joshthoward, @oxyjun, @lambrospetrou, @mikenomitch, @cloudflare/pcx-technical-writing
/src/content/docs/queues/ @elithrar, @jonesphillip, @harshil1712, @mia303, @cloudflare/pcx-technical-writing
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @cloudflare/wrangler, @mattietk
/src/content/docs/workflows/ @elithrar, @celso, @mia303, @jonesphillip, @cloudflare/pcx-technical-writing
/src/content/partials/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @cloudflare/wrangler, @mattietk

@elithrar elithrar enabled auto-merge (squash) February 6, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ product:queues Cloudflare Queues: https://developers.cloudflare.com/queues product:workers Related to Workers product product:workflows Workflows: https://developers.cloudflare.com/workflows/ size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a centralised table with the wall time limits for different types of worker invocations

10 participants