Skip to content

Commit 3ba94da

Browse files
authored
Update faq.mdx
move limit related FAQ to Limits FAQ from main FAQ
1 parent 31a7c70 commit 3ba94da

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,3 @@ Keep in mind that `page.evaluate` can only return primitive types like strings,
8282
### Why is my screenshot blurry?
8383

8484
It may be because you increased the height and width of the viewport. To fix this, increase the value of the `deviceScaleFactor` (default is 1).
85-
86-
### 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?
87-
88-
This error indicates you have hit the daily browser-instance limit on the Workers Free plan. [Free-plan accounts are capped at free plan limit is 10 minutes of browser use a day](/browser-rendering/platform/limits/#workers-free) once you exceed those, further creation attempts return a 429 until the next UTC day.
89-
90-
To resolve: [Upgrade to a Workers Paid plan](/workers/platform/pricing/) which allows for more than 10 minutes of usage a day and has higher [limits](/browser-rendering/platform/limits/#workers-paid). If you recently upgraded but still see this error, try redeploying your Worker to ensure your usage is correctly associated with your new plan.

0 commit comments

Comments
 (0)