Skip to content

Commit 6c0cac0

Browse files
minor edits
1 parent 7cf4038 commit 6c0cac0

File tree

1 file changed

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

1 file changed

+2
-7
lines changed

src/content/docs/browser-rendering/faq.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ Returning an `HTMLElement` will not work.
5555

5656
### What are the usage limits and pricing tiers for Cloudflare Browser Rendering and how do I estimate my costs?
5757

58-
#### Usage Limits
59-
60-
| Plan | Concurrent Browsers | New Instances/min | Browser Timeout | REST API Calls/min |
61-
| :------- | :------------------ | :---------------- | :-------------- | :----------------- |
62-
| **Free** | 3 per account | 3 per minute | 60 s | 6 per minute |
63-
| **Paid** | 10 per account | 10 per minute | 60 s | 60 per minute |
58+
You can view the complete breakdown of concurrency caps, request rates, timeouts, and REST API quotas on the [limits page](/browser-rendering/platform/limits/).
6459

6560
By default, idle browser sessions close after 60 seconds of inactivity. You can adjust this with the [`keep_alive` option](/browser-rendering/platform/puppeteer/#keep-alive).
6661

@@ -74,7 +69,7 @@ No. Browser Rendering requests originate from Cloudflares global network, but yo
7469

7570
### I see `Error processing the request: Unable to create new browser: code: 429: message: Browser time limit exceeded for today`. How do I fix it?
7671

77-
This error indicates you have hit the daily browser-instance limit on the Workers Free plan. Free-plan accounts are capped at 2 new browser instances per minute and 2 concurrent browsers; once you exceed those, further creation attempts return a 429 until the next UTC day. To resolve:
72+
This error indicates you have hit the daily browser-instance limit on the Workers Free plan. [Free-plan accounts are capped at 2 new browser instances per minute and 2 concurrent browsers;](/browser-rendering/platform/limits/#workers-free) once you exceed those, further creation attempts return a 429 until the next UTC day. To resolve:
7873

7974
1. [Upgrade to a Workers Paid plan](/workers/platform/pricing/) - Paid accounts raise these limits to 10 concurrent browsers and 10 new instances per minute.
8075
2. Request a higher limit - If you need elevated quotas before billing begins, complete the [Limit Increase Request Form](/browser-rendering/platform/limits/#workers-paid).

0 commit comments

Comments
 (0)