|
1 | 1 | --- |
2 | 2 | pcx_content_type: configuration |
3 | 3 | title: Limits |
| 4 | +description: Learn about the limits associated with Browser Rendering. |
4 | 5 | sidebar: |
5 | 6 | order: 30 |
6 | 7 | --- |
7 | 8 |
|
8 | | -<Plan type="workers-paid" /> |
| 9 | +import { Render, Plan } from "~/components"; |
9 | 10 |
|
10 | | -import { Render } from "~/components" |
| 11 | +<Plan type="workers-paid" /> |
11 | 12 |
|
12 | 13 | ## Workers Binding API |
13 | 14 |
|
14 | | -| Feature | Limit | |
15 | | -| --------------------------------------------- | ------------------------------------------------------------- | |
16 | | -| Concurrent browsers per account | 10 per account [^1] | |
17 | | -| New browser instances per minute | 10 per minute [^1] | |
18 | | -| Browser timeout | 60 seconds [^1][^2] | |
| 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] | |
19 | 20 |
|
20 | 21 | ## Quick Actions REST API |
21 | 22 |
|
22 | | -| Feature | Limit | |
23 | | -| --------------------------------------------- | ------------------------------------------------------------- | |
24 | | -| Concurrent browsers per account | 10 per account [^1] | |
25 | | -| New browser instances per minute | 10 per minute [^1] | |
26 | | -| Browser timeout | 60 seconds [^1][^2] | |
27 | | -| Total requests per minute | 60 per minute [^1] | |
| 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] | |
28 | 29 |
|
29 | 30 | [^1]: Contact our team to request increases to this limit. |
| 31 | + |
30 | 32 | [^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. |
0 commit comments