I am on Worker's paid plan but getting 1102 error

I am using open next to do the deployments I have changed the max CPU time to 30000ms but still this is happening again and again.
No description
8 Replies
blazingbowser
blazingbowserOP3mo ago
it's showing this to user's again and again
No description
Shivek
Shivek3mo ago
I'm facing a similar issue while deployment:
⛅️ wrangler 4.33.2
───────────────────
🌀 Creating the secrets for the Worker "prd-backend-example"

🚨 Secrets failed to upload

✘ [ERROR] A request to the Cloudflare API (/accounts/#acc-id/workers/scripts/prd-backend-exapmple/settings) failed.

Error: Script startup exceeded CPU time limit.
[code: 10021]


If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
⛅️ wrangler 4.33.2
───────────────────
🌀 Creating the secrets for the Worker "prd-backend-example"

🚨 Secrets failed to upload

✘ [ERROR] A request to the Cloudflare API (/accounts/#acc-id/workers/scripts/prd-backend-exapmple/settings) failed.

Error: Script startup exceeded CPU time limit.
[code: 10021]


If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
Can any @Community Champion confirm that CF has outage ?
James
James3mo ago
?pings
SuperHelpflare
SuperHelpflare3mo ago
Please do not ping community members for non-moderation reasons. Doing so will not solve your issue faster and will make people less likely to want to help you.
James
James3mo ago
There's no outage here, you're doing too much in your global worker scope on startup.
Shivek
Shivek3mo ago
I have checked this a few times, will fire up the profiling tool. thanks for the quick response.
blazingbowser
blazingbowserOP3mo ago
What I should do help me also 😭 @Walshy I am on paid plan but workers are thorwing exceed cpu time limit in 10ms

Did you find this page helpful?