Skip to content

Commit 7cf4038

Browse files
one more question
1 parent 4da917c commit 7cf4038

File tree

1 file changed

+8
-0
lines changed
  • src/content/docs/browser-rendering

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@ Browser Rendering is currently free up to the limits above until billing begins.
7171
### Does Browser Rendering rotate IP addresses for outbound requests?
7272

7373
No. Browser Rendering requests originate from Cloudflares global network, but you cannot configure per-request IP rotation. All rendering traffic comes from Cloudflare IP ranges and requests include special headers [(`cf-biso-request-id`, `cf-biso-devtools`)](/browser-rendering/reference/automatic-request-headers/) so origin servers can identify them.
74+
75+
### 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?
76+
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:
78+
79+
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.
80+
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).
81+
3. [Optimize session reuse](/browser-rendering/platform/puppeteer/#keep-alive) - Reconnect to existing browser sessions rather than launching new ones to stay within your limits.

0 commit comments

Comments
 (0)