Enable Unbound billing

I'm getting the error "Worker exceeded CPU time limit" and would like to see if changing my plan to Unbound fixes this. Where in the cloudflare dashboard can I change the settings to unbound? Or do I just need to do this in the wranger.toml?
4 Replies
Chaika
Chaika4mo ago
Unbound is gone (unless you're an old Enterprise user), these days the only plan is Standard, and you can just change your cpu limit, either in the dashboard or your wrangler.toml. If you're on free, need to upgrade to Workers Paid (Workers & Pages -> Plans), and then you can set a specific cpu limit: From Dash: Workers & Pages > Select your Worker > Settings > CPU Limits From Wrangler: https://developers.cloudflare.com/workers/wrangler/configuration/#limits
Cloudflare Docs
Configuration - Wrangler · Cloudflare Workers docs
Use a wrangler.toml configuration file to customize the development and deployment setup for your Worker project and other Developer Platform …
steveklebanoff
steveklebanoff3mo ago
tysm. What’s the max cpu limit I can set ? What’s the default ? @Chaika any thoughts? would love feedback when u have a sec
Chaika
Chaika3mo ago
max for standard is 30s, which should also be the default, unless the worker was migrated from the old billing plan, bundled, which are configured to 50ms by default
steveklebanoff
steveklebanoff3mo ago
i see, ty