Skip to content

Conversation

@mikenomitch
Copy link
Contributor

Summary

Adds changelog + docs changes for higher subrequest limits

Documentation checklist

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

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

Pattern Owners
* @cloudflare/pcx-technical-writing
/src/content/changelog/ @cloudflare/pm-changelogs, @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/workers/wrangler/ @cloudflare/wrangler, @irvinebroque, @cloudflare/pcx-technical-writing

@mikenomitch mikenomitch force-pushed the nomitch/subrequest-limits branch from deb6430 to 0b6b027 Compare February 2, 2026 16:22

Workers no longer have a limit of 1000 subrequests per invocation, allowing you to make more `fetch()` calls or requests
to Cloudflare services on every incoming request. This is especially important for long-running Workers requests, such as
open websockets on Durable Objects or long-running Workflows, as these could often exceed this limit and error.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
open websockets on Durable Objects or long-running Workflows, as these could often exceed this limit and error.
open websockets on [Durable Objects](/durable-objects) or long-running [Workflows](/workflows), as these could often exceed this limit and error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants