What is the CPU limit for hourly crons?

My worker is unbounded, and the cron is running hourly, which I believe means it should have a relatively decent CPU allowance. It's getting to 200ms or so, and then dying. What is the limit? I'm using the Browser Rendering API, and retrieving one web page, so would expect this to be fine really. And it's definitely CPU as the logs are saying CPU exceeded.
6 Replies
celestial
celestial•8mo ago
You get 15 minutes of CPU time on Cron invocation on the unbound usage model You might be set to bundled, check your wrangler.toml there's also a chance you're running the 128mb limit but i don't think that would throw a cpu issue to logs
ScaredOfMyRawr
ScaredOfMyRawr•8mo ago
Hey - thanks for the reply It's definitely usage_model = "unbound" And in the UI on the dash it is showing that too 😅
celestial
celestial•8mo ago
No clue then.. you're on workers paid, right? Maybe it's some weirdness with that. I see no reason why it should be dropping out
ScaredOfMyRawr
ScaredOfMyRawr•8mo ago
Yeah I am on workers paid 😬 It’s so so weird
celestial
celestial•8mo ago
Browser Rendering API is in beta could be a bug you might want to get in touch with someone on the team for whatever it is
ScaredOfMyRawr
ScaredOfMyRawr•8mo ago
Yeah popped a thread in that channel and no one replied yet, but hopefully someone does 🤞
Want results from more Discord servers?
Add your server
More Posts
GitHub - rasviitanen/rustysignal: Signal...Hey guys trying to build a Signalling Server with Rust based on this repo: https://github.com/rasviiHackathon: Access to Workers Browser Rendering API neededHey folks, we are currently doing a hackathon and really need access to the Workers Browser RenderinI mean, that's pretty unusual, soI mean, that's pretty unusual, so without a reproduction it would be hard to tell why. There is docuis it possible to cache the responses of a URL, for all requests, even if it’s their first timeIn order to save costs, will it be possible to cache every GET request for a period of time.Where will my Cloudflare pages be served?I'm planning on using cloudflare pages for my static app. But from what REGION will it transfer dataPages build times have gone from 20 mins to 35+ minsLast week we started seeing our pages build step time increase by about 15 minutes with no code chanIn my traffic reports, it shows 45.88% of requests being something labeled as "txt."That seems odd. What does it consider as "txt"? HTML is farther down the list. What would that typicIssue with Cloudflare Workers and Mailchannels - Unauthorized Sender ErrorI've encountered an issue with my contact form implementation using Cloudflare Workers and MailchannDomain PricingHey guys, I wanted to transfer a .dev domain but couldn't find any pricing information regarding thiNeed Help with DKIM ConfigurationHello everyone, I'm currently experiencing an issue with DKIM configuration for my domain, and I co