Skip to content

Commit 1c1c2c7

Browse files
Update limits.mdx (cloudflare#21567)
* Update limits.mdx update that concurrent browsers is just for workers binding method * Update limits-increase.mdx * Update limits.mdx added not on concurrency * Update limits.mdx --------- Co-authored-by: daisyfaithauma <[email protected]>
1 parent 043482b commit 1c1c2c7

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ import { Render, Plan } from "~/components";
1414

1515
| Feature | Limit |
1616
| -------------------------------------- | --------------- |
17-
| Concurrent browsers per account | 3 per account |
17+
| Concurrent browsers per account (Workers Binding API only) | 3 per account |
1818
| New browser instances per minute | 3 per minute |
1919
| Browser timeout | 60 seconds [^2] |
2020
| Total requests per min (REST API only) | 6 per minute |
2121

2222
## Workers Paid
2323

24+
<Render file="limits-increase" product="browser-rendering" />
25+
2426
| Feature | Limit |
2527
| -------------------------------------- | ------------------- |
26-
| Concurrent browsers per account | 10 per account [^1] |
28+
| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
2729
| New browser instances per minute | 10 per minute [^1] |
2830
| Browser timeout | 60 seconds [^2][^1] |
2931
| Total requests per min (REST API only) | 60 per minute |
@@ -32,4 +34,10 @@ import { Render, Plan } from "~/components";
3234

3335
[^2]: By default, a browser instance gets killed if it does not get any [devtools](https://chromedevtools.github.io/devtools-protocol/) command for 60 seconds, freeing one instance. Users can optionally increase this by using the `keep_alive` [option](/browser-rendering/platform/puppeteer/#keep-alive). `browser.close()` releases the browser instance.
3436

35-
<Render file="limits-increase" product="browser-rendering" />
37+
## Note on concurrency
38+
39+
While the limits above define the maximum number of concurrent browser sessions per account, in practice you may not need to hit these limits. Browser sessions close automatically—by default, after 60 seconds of inactivity or upon task completion—so if each session finishes its work before a new request comes in, the effective concurrency is lower. This means that most workflows do not require very high concurrent browser limits.
40+
41+
42+
43+

src/content/partials/browser-rendering/limits-increase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
:::note[Need a higher limit?]
66

7-
To request an increase to a limit, complete the [Limit Increase Request Form](https://forms.gle/CdueDKvb26mTaepa9). If the limit can be increased, Cloudflare will contact you with next steps.
7+
These limits will be raised once we are ready to start charging for this service. If you need higher limits sooner, complete the [Limit Increase Request Form](https://forms.gle/CdueDKvb26mTaepa9). If the limit can be increased, Cloudflare will contact you with next steps.
88

99
:::

0 commit comments

Comments
 (0)