Cloudflare DevelopersCD
Cloudflare Developers5mo ago
15 replies
MaxMax

Worker exceeded CPU time limit despite paid tier

Dear all, I started getting "Worker exceeded CPU time limit"-Errors when I would start opening multiple tabs of a website I own and host on cloudflare. I upgraded to the paid worker tier but still seem to be getting this error.
From the logs, the wall-/and cpu time are higher, but nowhere the 30s allowed time.

I also set the CPU time limit to 30s on my page. What could be the problem here?

`
 "wallTime": 502,
  "cpuTime": 16,
  "truncated": false,
  "executionModel": "stateless",
  "outcome": "exceededCpu",
  "scriptVersion": {
    "id": "01f48f55-a650-4d0d-bf1e-02329226916b"
  },
  "scriptName": "pages-worker--6468931-production",
  "diagnosticsChannelEvents": [],
  "exceptions": [
    {
      "name": "Error",
      "message": "Worker exceeded CPU time limit.",
      "timestamp": 1756743516395
    }
`
Was this page helpful?