Café
Café
CDCloudflare Developers
Created by Café on 5/4/2025 in #workers-help
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?
4 replies