diff --git a/src/content/docs/browser-rendering/platform/limits.mdx b/src/content/docs/browser-rendering/platform/limits.mdx index 823a9d21b4c71b..26e33e2f043ff9 100644 --- a/src/content/docs/browser-rendering/platform/limits.mdx +++ b/src/content/docs/browser-rendering/platform/limits.mdx @@ -1,18 +1,32 @@ --- pcx_content_type: configuration title: Limits +description: Learn about the limits associated with Browser Rendering. sidebar: order: 30 --- -import { Render } from "~/components" +import { Render, Plan } from "~/components"; -| Feature | Limit | -| --------------------------------------------- | ------------------------------------------------------------- | -| Concurrent browsers per account | 10 per account [^1] | -| New browser instances per minute | 10 per minute [^1] | -| Browser timeout | 60 seconds [^1][^2] | + + +## Workers Binding API + +| Feature | Limit | +| -------------------------------- | ------------------- | +| Concurrent browsers per account | 10 per account [^1] | +| New browser instances per minute | 10 per minute [^1] | +| Browser timeout | 60 seconds [^1][^2] | + +## Quick Actions REST API + +| Feature | Limit | +| -------------------------------- | ------------------- | +| Concurrent browsers per account | 10 per account [^1] | +| New browser instances per minute | 10 per minute [^1] | +| Browser timeout | 60 seconds [^1][^2] | +| Total requests per minute | 60 per minute [^1] | [^1]: Contact our team to request increases to this limit. + [^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. -close()` releases the browser instance.