"Worker exceeded CPU time limit" using unbounded plan
I was expecting unbounded to have no cpu time limit but I'm getting errors even using the unbounded plan...
4 Replies
https://developers.cloudflare.com/workers/platform/limits/#worker-limits
Unbound has 30 seconds of CPU time.
(up to 15min on crons)
30 seconds per request?
I'm getting it after a few seconds
Are you sure the worker is set to unbound?
Oh you're right
The default was unbounded but that specific worker was not 🤦🏻♂️