[Durable Objects] Clarify simultaneous outgoing connection limits#31147
[Durable Objects] Clarify simultaneous outgoing connection limits#31147danlapid wants to merge 1 commit into
Conversation
Add that Durable Objects share the same 6 concurrent outbound connection limit as regular Workers, with a link to the Workers Limits section.
Review✅ No style-guide issues found in commit CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
Summary
This PR clarifies that Durable Objects share the same 6-connection limit as Workers by adding explicit rows to both the SQLite-backed and key-value-backed limits tables. This is a helpful addition since the intro already notes that Workers limits apply, but making it explicit in the tables improves discoverability.
Checks
- Title/Description: Clear and follows repo conventions (
[Product] description). - Link:
/workers/platform/limits/#simultaneous-open-connectionsis a valid internal link to an existing anchor. - Frontmatter: No changes required; the existing
pcx_content_type,products, etc. remain correct. - Style Guide: No violations detected. Internal links use root-relative paths. Terminology matches the Workers Limits page ("Simultaneous outgoing connections/request").
- Labels: Appropriate labels are already applied (
product:durable-objects,size/xs).
Optional Suggestion
Consider adding "connection" to the frontmatter description on line 4 so it reads:
description: Account, storage, CPU, connection, and SQL limits for Durable Objects on Free and Workers Paid plans.This keeps the SEO description in sync with the newly documented limit.
LGTM — approved with an optional nit.
|
Done. I reviewed PR #31147 and posted an approval with a minor optional suggestion. What the PR changes
Review summary
Optional nit suggestedI suggested adding the word "connection" to the frontmatter description: Account, storage, CPU, connection, and SQL limits for Durable Objects on Free and Workers Paid plans.The PR is otherwise clean and ready to merge. |
|
Preview URL: https://078f3e28.preview.developers.cloudflare.com Files with changes (up to 15)
|
| @@ -25,6 +25,7 @@ Durable Objects are a special kind of Worker, so [Workers Limits](/workers/platf | |||
| | Value size | Key and value combined cannot exceed 2 MB | | |||
| | WebSocket message size | 32 MiB (only for received messages) | | |||
| | CPU per request | 30 seconds (default) / configurable to 5 minutes of [active CPU time](/workers/platform/limits/#cpu-time) [^4] | | |||
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Add that Durable Objects share the same 6 concurrent outbound connection limit as regular Workers, with a link to the Workers Limits section.