You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/platform/pricing.mdx
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,25 +99,30 @@ If you had a Worker on the Bundled usage model prior to the migration to Standar
99
99
100
100
:::
101
101
102
-
:::note
102
+
## Legacy Workers Pricing
103
103
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 |
105
109
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:**
107
113
108
114
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
109
115
2. In Account Home, select **Workers & Pages**.
110
116
3. In **Overview**, select your Worker > **Settings** > **Usage Model**.
111
117
112
-
To change your default account-wide usage model:
118
+
**To change your default account-wide usage model:**
113
119
114
120
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
115
121
2. In Account Home, select **Workers & Pages**.
116
122
3. Find **Usage Model** on the right-side menu > **Change**.
117
123
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.
119
125
120
-
:::
121
126
122
127
## Workers Logs
123
128
@@ -202,7 +207,7 @@ For example, if Worker A makes a subrequest to Worker B via a Service Binding, o
202
207
- The total amount of CPU time used across both Worker A and Worker B
203
208
204
209
:::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.
0 commit comments