usmannk
CDCloudflare Developers
•Created by usmannk on 1/16/2024 in #workers-help
Worker failing mysteriously with exceeded CPU time limit.
I'm trying to run this minimal worker:
When this worker is deployed with:
npx wrangler dev --remote=false
:
- Calls to the worker SUCCEED after ~1ms
npx wrangler dev --remote=true
:
- Calls to the worker hang for 39 seconds then FAIL with exceeded CPU time limit.
npx wrangler deploy
:
- Calls to the worker hang for 39 seconds then FAIL with exceeded CPU time limit.
------
Is this intended behavior? What's the reason for this occurring?3 replies