Skip to content

Commit 542599a

Browse files
committed
Clarifying that Workers limits also apply to DO.
1 parent 925ecbd commit 542599a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/content/docs/durable-objects/platform/limits.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ import { Render, GlossaryTooltip } from "~/components";
1010

1111
Durable Objects have limits.
1212

13-
- Limits may depend on your Workers plan. For pricing-related information, refer to [Durable Object pricing](/durable-objects/platform/pricing/)
13+
- Since Durable Objects are included as a part of a Workers plan (whether free or paid), [limits for Workers](/workers/platform/limits) also applies to Durable Objects.
14+
- Some limits may depend on your Workers plan. For pricing-related information, refer to [Durable Object pricing](/durable-objects/platform/pricing/)
1415
- If you exceed any one of these limits, further operations of that type will fail with an error.
15-
- Daily limits reset at 00:00 UTC.
16+
- Daily free limits reset at 00:00 UTC.
1617

1718
## General Durable Object limits
1819

src/content/docs/workers/platform/pricing.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ description: Workers plans and pricing information.
99

1010
import { GlossaryTooltip, Render } from "~/components";
1111

12-
By default, users have access to the Workers Free plan. The Workers Free plan includes limited usage of Workers, Pages Functions and Workers KV. Read more about the [Free plan limits](/workers/platform/limits/#worker-limits).
12+
By default, users have access to the Workers Free plan.
13+
14+
The Workers Free plan includes limited usage of Workers, Pages Functions and Workers KV. The daily free limit resets at 00:00 UTC. When the daily limit is reached, further operations of that type will fail with an error, until the limits reset again. For more information on the Free plan, refer to [Free plan limits](/workers/platform/limits/#worker-limits).
1315

1416
The Workers Paid plan includes Workers, Pages Functions, Workers KV, and Durable Objects usage for a minimum charge of $5 USD per month for an account. The plan includes increased initial usage allotments, with clear charges for usage that exceeds the base plan.
1517

0 commit comments

Comments
 (0)