Skip to content

Commit 2f2a265

Browse files
authored
Update pricing to reinclude legacy
1 parent eaf2470 commit 2f2a265

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,30 @@ If you had a Worker on the Bundled usage model prior to the migration to Standar
9999

100100
:::
101101

102-
:::note
102+
## Legacy Workers Pricing
103103

104-
Some Workers Enterprise customers maintain the ability to change usage models.
104+
If you are a Workers Enterprise customer, you may have opted to remain on the legacy Bundled or Unbound usage models with the following inclusions:
105+
| Usage Model | Requests | Duration | CPU time |
106+
|---- | ----- | ------ | ------- |
107+
| **Bundled** | 10 million included per month | No charge for duration | 50 milliseconds CPU time per invocation |
108+
| **Unbound** | 1 million included per month | 400,000 GB-s included per month | 30 seconds of CPU time per invocation <br /> 15 minutes of CPU time per [Cron Trigger](/workers/configuration/cron-triggers/) or [Queue Consumer](/queues/configuration/javascript-apis/#consumer) invocation |
105109

106-
Usage models may be changed at the individual Worker level:
110+
If using legacy pricing, you may switch between the Bundled and Unbound usage models.
111+
112+
**To change your usage model at the individual Worker level:**
107113

108114
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
109115
2. In Account Home, select **Workers & Pages**.
110116
3. In **Overview**, select your Worker > **Settings** > **Usage Model**.
111117

112-
To change your default account-wide usage model:
118+
**To change your default account-wide usage model:**
113119

114120
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
115121
2. In Account Home, select **Workers & Pages**.
116122
3. Find **Usage Model** on the right-side menu > **Change**.
117123

118-
Existing Workers will not be impacted when changing the default usage model. You may change the usage model for individual Workers without affecting your account-wide default usage model.
124+
Existing Workers will not be impacted when changing the default usage model. You may change the usage model for individual Workers without affecting your account-wide default usage model. If you would like to migrate to the [Standard](##Workers) usage model, please contact your account team.
119125

120-
:::
121126

122127
## Workers Logs
123128

@@ -202,7 +207,7 @@ For example, if Worker A makes a subrequest to Worker B via a Service Binding, o
202207
- The total amount of CPU time used across both Worker A and Worker B
203208

204209
:::note[Only available on Workers Standard pricing]
205-
If your Worker is on the deprecated [Bundled](/workers/platform/pricing/#example-pricing-bundled-usage-model) or [Unbound](/workers/platform/pricing/#example-pricing-unbound-usage-model) pricing plans, subrequests and RPC calls made via Service Bindings are charged as if they are request from the Internet. In the example above, you would be charged for two requests, one to Worker A, and one to Worker B.
210+
If your Worker is on the [legacy Bundled and Unbound pricing plans](#legacy-workers-pricing), subrequests and RPC calls made via Service Bindings are charged as if they are request from the Internet. In the example above, you would be charged for two requests, one to Worker A, and one to Worker B.
206211
:::
207212

208213
## Fine Print

0 commit comments

Comments
 (0)