Skip to content

Commit 01a8be8

Browse files
authored
Update limits.mdx
split limits into two tables 1) workers api 2) quick actions api
1 parent 2a3b248 commit 01a8be8

File tree

1 file changed

+11
-1
lines changed
  • src/content/docs/browser-rendering/platform

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,22 @@ sidebar:
1111

1212
import { Render } from "~/components"
1313

14+
## Workers Binding API
15+
16+
| Feature | Limit |
17+
| --------------------------------------------- | ------------------------------------------------------------- |
18+
| Concurrent browsers per account | 10 per account [^1] |
19+
| New browser instances per minute | 10 per minute [^1] |
20+
| Browser timeout | 60 seconds [^1][^2] |
21+
22+
## Quick Actions REST API
23+
1424
| Feature | Limit |
1525
| --------------------------------------------- | ------------------------------------------------------------- |
1626
| Concurrent browsers per account | 10 per account [^1] |
1727
| New browser instances per minute | 10 per minute [^1] |
1828
| Browser timeout | 60 seconds [^1][^2] |
19-
| Total browsers per minute | 60 per minute [^1] |
29+
| Total requests per minute | 60 per minute [^1] |
2030

2131
[^1]: Contact our team to request increases to this limit.
2232
[^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

Comments
 (0)