From c2a73388af12de697e944cc4e9af26cf31cbfc08 Mon Sep 17 00:00:00 2001 From: 0xRozier Date: Mon, 16 Mar 2026 13:57:04 +0100 Subject: [PATCH] Clarify billing period in Durable Objects compute pricing table Add "/ month" to the Paid plan column in the Compute billing table for consistency with the Storage billing section, which already explicitly states "/ month". Fixes #28944 --- .../partials/durable-objects/durable-objects-pricing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/partials/durable-objects/durable-objects-pricing.mdx b/src/content/partials/durable-objects/durable-objects-pricing.mdx index ec56f7edda7..a8322e470b6 100644 --- a/src/content/partials/durable-objects/durable-objects-pricing.mdx +++ b/src/content/partials/durable-objects/durable-objects-pricing.mdx @@ -12,8 +12,8 @@ Durable Objects are billed for compute duration (wall-clock time) while the Dura | | Free plan | Paid plan | | -------------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- | -| Requests | 100,000 / day | 1 million, + $0.15/million
Includes HTTP requests, RPC sessions1, WebSocket messages2, and alarm invocations | -| Duration3 | 13,000 GB-s / day | 400,000 GB-s, + $12.50/million GB-s4,5 | +| Requests | 100,000 / day | 1 million / month, + $0.15/million
Includes HTTP requests, RPC sessions1, WebSocket messages2, and alarm invocations | +| Duration3 | 13,000 GB-s / day | 400,000 GB-s / month, + $12.50/million GB-s4,5 |