Skip to content

Commit ab1ddf9

Browse files
authored
[Workers] Update to workers builds limits and pricing (#21212)
* update to workers builds limits and pricing * Update src/content/docs/workers/ci-cd/builds/limits-and-pricing.mdx
1 parent 335bf1b commit ab1ddf9

File tree

1 file changed

+16
-22
lines changed

1 file changed

+16
-22
lines changed

src/content/docs/workers/ci-cd/builds/limits-and-pricing.mdx

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,21 @@ description: Limits & pricing for Workers Builds
55
sidebar:
66
order: 8
77
---
8+
Workers Builds has the following limits. While in open beta, these limits are subject to change.
89

9-
## Limits
10+
| Metric | Free plan | Paid plans |
11+
| ------------------------- | ---------------------- | --------------------------------------- |
12+
| **Build minutes** | 3,000 per month | 6,000 per month (then, +$0.005 per minute) |
13+
| **Concurrent builds** | 1 | 6 |
14+
| **Build timeout** | 20 minutes | 20 minutes |
15+
| **CPU** | 2 CPUs | 2 CPUs |
16+
| **Memory** | 8 GB | 8 GB |
17+
| **Disk space** | 8 GB | 8 GB |
1018

11-
While in open beta, the following limits are applicable for Workers Builds. Please note, these are subject to change while in beta.
12-
13-
| Metric | Description | Limit |
14-
| --------------------- | ---------------------------------------------------------------------- | --------- |
15-
| **Build Minutes** | The amount of minutes that it takes to build a project. | Unlimited |
16-
| **Concurrent Builds** | Number of builds that run in parallel across an account. | 1 |
17-
| **Build Timeout** | The amount of minutes that a build can be run before it is terminated. | 20 mins |
18-
| **CPU** | Number of CPU cores available to your build | 2 CPUs |
19-
| **Memory** | Amount of memory available to the build. | 8GB |
20-
| **Disk space** | Disk space available to your build | 8GB |
21-
22-
## Future pricing
23-
24-
During the beta, Workers Builds will be free to try with the limits stated above.
25-
26-
Starting 2025-04-02, you can expect the following updates to the limits and pricing structure.
27-
28-
| Metric | Workers Free | Paid |
29-
| ------------------------- | ------------- | ---------------------------------- |
30-
| **Build Minutes / Month** | 3,000 minutes | 6,000 minutes (then +$0.005 / min) |
31-
| **Concurrent Builds** | 1 | 6 |
19+
## Definitions
20+
* **Build minutes**: The amount of minutes that it takes to build a project.
21+
* **Concurrent builds**: The number of builds that can run in parallel across an account.
22+
* **Build timeout**: The amount of time that a build can be run before it is terminated.
23+
* **CPU**: The number of CPU cores available to your build.
24+
* **Memory**: The amount of memory available to your build.
25+
* **Disk space**: The amount of disk space available to your build.

0 commit comments

Comments
 (0)