Skip to content

Commit dcdf7cb

Browse files
Updated limits and workers plan
1 parent 244442f commit dcdf7cb

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
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: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,26 @@ sidebar:
88

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

11-
<Plan type="workers-paid" />
12-
13-
## Workers Binding API
14-
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] |
20-
21-
## REST API
22-
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] |
11+
<Plan type="workers-all" />
12+
13+
## Workers Free
14+
15+
| Feature | Limit |
16+
| -------------------------------------- | ------------------- |
17+
| Concurrent browsers per account | 3 per account [^1] |
18+
| New browser instances per minute | 3 per minute [^1] |
19+
| Browser timeout | 60 seconds [^1][^2] |
20+
| Total requests per min (rest api only) | 6 per minute |
21+
22+
## Workers Paid
23+
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 minute | 60 per minute [^1] |
30+
| Total requests per min (rest api only) | 60 per minute |
2931

3032
[^1]: Contact our team to request increases to this limit.
3133

0 commit comments

Comments
 (0)