Skip to content

Commit 7b855b1

Browse files
kathaylkodster28
andauthored
Update limits.mdx (#20300)
* Update limits.mdx * Update limits.mdx added that workers paid only * Update limits.mdx split limits into two tables 1) workers api 2) quick actions api * Update limits.mdx fix beginner tag * Small tweak --------- Co-authored-by: kodster28 <[email protected]>
1 parent bc9496e commit 7b855b1

File tree

1 file changed

+21
-7
lines changed
  • src/content/docs/browser-rendering/platform

1 file changed

+21
-7
lines changed

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

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
11
---
22
pcx_content_type: configuration
33
title: Limits
4+
description: Learn about the limits associated with Browser Rendering.
45
sidebar:
56
order: 30
67
---
78

8-
import { Render } from "~/components"
9+
import { Render, Plan } from "~/components";
910

10-
| Feature | Limit |
11-
| --------------------------------------------- | ------------------------------------------------------------- |
12-
| Concurrent browsers per account | 10 per account [^1] |
13-
| New browser instances per minute | 10 per minute [^1] |
14-
| Browser timeout | 60 seconds [^1][^2] |
11+
<Plan type="workers-paid" />
12+
13+
## Workers Binding API
14+
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] |
20+
21+
## Quick Actions REST API
22+
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] |
1529

1630
[^1]: Contact our team to request increases to this limit.
31+
1732
[^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.
18-
close()` releases the browser instance.

0 commit comments

Comments
 (0)