Skip to content

Commit 9818fad

Browse files
docs: update pricing page to include service bindings section. (cloudflare#7525)
* docs: update pricing page to include service bindings section. * remove <sub> related to service bindings in favor of more explicit section. * Update content/workers/platform/pricing.md Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> * Update content/workers/platform/pricing.md Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> * Update content/workers/platform/pricing.md Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> --------- Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com>
1 parent 38850b0 commit 9818fad

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

content/workers/platform/pricing.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The Workers Paid plan includes Workers, Pages Functions, Workers KV, and Durable
1212

1313
All included usage is on a monthly basis.
1414

15-
{{<Aside type="note">}}
15+
{{<Aside type="note">}}
1616

17-
All [Pages Functions](/pages/platform/functions/) are billed as Workers. All pricing and inclusions in this document apply to Pages Functions. Refer to [Functions Billing](/pages/platform/functions/pricing/) for more information on Pages Functions pricing.
17+
All [Pages Functions](/pages/platform/functions/) are billed as Workers. All pricing and inclusions in this document apply to Pages Functions. Refer to [Functions Billing](/pages/platform/functions/pricing/) for more information on Pages Functions pricing.
1818

1919
{{</Aside>}}
2020

@@ -185,6 +185,12 @@ The [Durable Objects storage API](/workers/runtime-apis/durable-objects/#transac
185185

186186
Requests that hit the [Durable Objects in-memory cache](/workers/learning/using-durable-objects/#accessing-persistent-storage-from-a-durable-object) or that use the [multi-key versions of get/put/delete methods](/workers/runtime-apis/durable-objects/#transactional-storage-api) are billed the same as if they were a normal, individual request for each key.
187187

188+
## Service bindings
189+
190+
Service bindings cost the same as any normal Worker. Each invocation is charged as if it is a request from the Internet with one important difference. You will be charged a single billable duration across all Workers triggered by a single incoming request.
191+
192+
For more information on how service bindings work, refer to [About Service bindings](https://developers.cloudflare.com/workers/platform/bindings/about-service-bindings/).
193+
188194
## Fine Print
189195

190196
Workers Paid plan is separate from any other Cloudflare plan (Free, Professional, Business) you may have. If you are an Enterprise customer, reach out to your account team to confirm pricing details.

0 commit comments

Comments
 (0)