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 Bindings only) | 3 per account |
22
22
| New browser instances per minute (Workers Bindings only) | 3 per minute |
23
-
| Browser timeout | 60 seconds [^2]|
23
+
| Browser timeout | 60 seconds |
24
24
| Total requests per min (REST API only) | 6 per minute |
25
25
26
-
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.
26
+
:::note[Note on browser timeout]
27
+
By default, a browser will time out 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.
28
+
:::
27
29
28
30
## Workers Paid
29
31
@@ -33,12 +35,14 @@ By default, a browser instance gets killed if it does not get any [devtools](htt
| Concurrent browsers per account (Workers Bindings only) | 10 per account [^1]|
35
37
| New browser instances per minute (Workers Bindings only) | 10 per minute [^1]|
36
-
| Browser timeout | 60 seconds [^2]|
38
+
| Browser timeout | 60 seconds |
37
39
| Total requests per min (REST API only) | 60 per minute [^1]|
38
40
39
41
[^1]: Contact our team to request increases to this limit.
40
42
41
-
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.
43
+
:::note[Note on browser timeout]
44
+
By default, a browser will time out 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