You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1]|
29
-
| New browser instances per minute | 10 per minute [^1]|
30
-
| Browser timeout | 60 seconds [^2][^1]|
31
-
| Total requests per min (REST API only) | 60 per minute |
32
-
33
22
[^1]: Contact our team to request increases to this limit.
34
23
35
24
[^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.
@@ -41,4 +30,3 @@ While the limits above define the maximum number of concurrent browser sessions
41
30
## Pricing
42
31
43
32
Browser Rendering service is currently available at no cost up to the limits specified above **until billing begins**. Pricing to be announced and we will provide advance notice before any billing begins.
0 commit comments