Browser time limit exceeded for today error

Hello everyone, I’m working on a scraper that uses the Browser Rendering API to: 1. Log in and access a web page 2. Navigate to a specific URL 3. Click buttons that generate a download In parallel, a second Worker runs periodically (within the 60 s session limit) to check if the download is ready (i.e., if the file URL is available). However, during development and testing, I keep seeing this error:
Automation error: Unable to create new browser: code: 429: message: Browser time limit exceeded for today.
Automation error: Unable to create new browser: code: 429: message: Browser time limit exceeded for today.
What does this mean? Is there a daily browser time limit in addition to the documented rate and concurrency limits? I couldn’t find anything about this in the “Limits” section of the docs—what can I do?
2 Replies
Vero
Vero4w ago
Hey. It's probably best to ask in #browser-rendering-api if you haven't done that already
Alex Craviotto
@Café how did you fix that?

Did you find this page helpful?