#Worker exceeded CPU time limit.
10 messages · Page 1 of 1 (latest)
I would happily subscribe to the paid plan but what I fail to understand is when I check the old logs (3 days back) I can see that this worker had cpu time averaging around 160-200ms (and rare cases where it was sub 4s) and the request never failed and this app has been running for a good few months now(?) why has this suddenly started to happen is this something recently being imposed?
requestId: "9539a4555b9247df",
cpuTimeMs: 217,
wallTimeMs: 644,
requestId: "954cd05f796e184e",
cpuTimeMs: 4,
wallTimeMs: 361,
I just made another request which as per the logs took 229ms cpu time and stil wasn't blocked
requestId: "954e3d5a682c21c3",
cpuTimeMs: 229,
wallTimeMs: 404,
?link
Please use the </link:1363806217352253470> command to authenticate with your Cloudflare account and link it to your Discord user. This helps Cloudflare employees access your details more quickly and provide support. It also makes future support requests easier, since your account will already be linked.
can you /link and give me your worker name?
It's possible you were just generally below the time limit and were ok, the CPU time is bucketed. So you can go over but once the bucket is empty, you'll be limited at the normal limit
i have linked my account, worker name is "onedegree-api". is there a help page that mentions this bucketed limit for free or paid plans.