Skip to content

Commit a836502

Browse files
[BRAPI ]Updated limits and workers plan (#21424)
* Updated limits and workers plan * Update limits.mdx fixed: -total requests per minute were duplicated for Workers Paid -free tier should not be able to requests limit increases -REST API was not capitalized --------- Co-authored-by: Kathy <[email protected]>
1 parent decab3c commit a836502

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

src/content/docs/browser-rendering/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Browser automation for [Cloudflare Workers](/workers/).
2323

2424
</Description>
2525

26-
<Plan type="workers-paid" />
26+
<Plan type="workers-all" />
2727

2828
The Workers Browser Rendering API allows developers to programmatically control and interact with a headless browser instance and create automation flows for their applications and products. Once you configure the service, Workers Browser Rendering gives you access to a WebSocket endpoint that speaks the [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). DevTools is what allows Cloudflare to instrument a Chromium instance running in the Cloudflare global network.
2929

src/content/docs/browser-rendering/platform/limits.mdx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,25 @@ sidebar:
88

99
import { Render, Plan } from "~/components";
1010

11-
<Plan type="workers-paid" />
11+
<Plan type="workers-all" />
1212

13-
## Workers Binding API
13+
## Workers Free
1414

15-
| Feature | Limit |
16-
| -------------------------------- | ------------------- |
17-
| Concurrent browsers per account | 10 per account [^1] |
18-
| New browser instances per minute | 10 per minute [^1] |
19-
| Browser timeout | 60 seconds [^1][^2] |
15+
| Feature | Limit |
16+
| -------------------------------------- | ------------------- |
17+
| Concurrent browsers per account | 3 per account |
18+
| New browser instances per minute | 3 per minute |
19+
| Browser timeout | 60 seconds [^2] |
20+
| Total requests per min (REST API only) | 6 per minute |
2021

21-
## REST API
22+
## Workers Paid
2223

23-
| Feature | Limit |
24-
| -------------------------------- | ------------------- |
25-
| Concurrent browsers per account | 10 per account [^1] |
26-
| New browser instances per minute | 10 per minute [^1] |
27-
| Browser timeout | 60 seconds [^1][^2] |
28-
| Total requests per minute | 60 per minute [^1] |
24+
| Feature | Limit |
25+
| -------------------------------------- | ------------------- |
26+
| Concurrent browsers per account | 10 per account [^1] |
27+
| New browser instances per minute | 10 per minute [^1] |
28+
| Browser timeout | 60 seconds [^1][^2] |
29+
| Total requests per min (REST API only) | 60 per minute |
2930

3031
[^1]: Contact our team to request increases to this limit.
3132

0 commit comments

Comments
 (0)