shoo
CDCloudflare Developers
•Created by shoo on 4/7/2025 in #workers-help
Getting "exceededCPU" error on workers with queues.
so I figured it out
it was the memory issue as expected but it returns exceededCPU error which confused me.
suprisingly it returned exceededMemory for couple of cases but it was rare - it returned exceededCPU for 95% of the same errors.
We can close this - but it would be great if the workers.outcome could be updated to reflect right reason OR if exceeding memory is also part of exceededCPU error - that could be clearer in documentation. but that's it.
Thanks!
14 replies
CDCloudflare Developers
•Created by shoo on 4/7/2025 in #workers-help
Getting "exceededCPU" error on workers with queues.
just a reminder - if there is any update on this. thank you!
14 replies
CDCloudflare Developers
•Created by shoo on 4/7/2025 in #workers-help
Getting "exceededCPU" error on workers with queues.
Hey @Walshy | Workers/Pages, any updates on that?
Sorry for long message. TLDR: Can you guys include me in containers beta?
---
I know containers are coming by June end to workers in public beta and it has been in the works for a quite some time.
is it possible for cloudflare team to include me in closed beta for containers on workers?
The pattern for this particular issue of exceededCPU seems to be very much about the memory. Because always the videos over 1.5 minutes, end up getting not processed.
While I still believe the memory being consumed is way less than 128MB, I am ready to move to container based worker till then.
It would be great if you could talk to the containers team.
Thank you again!
14 replies
CDCloudflare Developers
•Created by shoo on 4/7/2025 in #workers-help
Getting "exceededCPU" error on workers with queues.
encountered the issue with another batch of requests - thought I should provide more details:
I would like to mention that I notice this issue more when there are a bunch of parellel calls
The request was done 4 times back to back with little gap (mostly because of queue retry mechanism I assume)
And it got the same error everytime "exceededCpu"
RequestIDs:
4MPNGEOZUE2TFIGP
WK1NTHO6OMR84H2R
RP6EW872NGCRYRL6
TWG5YRBDSY104GZH
14 replies
CDCloudflare Developers
•Created by shoo on 4/7/2025 in #workers-help
Getting "exceededCPU" error on workers with queues.
thank you in advance, Walshy!
14 replies
CDCloudflare Developers
•Created by shoo on 4/7/2025 in #workers-help
Getting "exceededCPU" error on workers with queues.
accountId: 9a55bb0cfa20eb2a04c3530706c4a0f6
worker: sb-backend
14 replies
CDCloudflare Developers
•Created by shoo on 4/7/2025 in #workers-help
Getting "exceededCPU" error on workers with queues.
the CPU time for the request that failed are 2.6K, 2.45K, 2.52K, 2.54K ms requests
14 replies
CDCloudflare Developers
•Created by shoo on 4/7/2025 in #workers-help
Getting "exceededCPU" error on workers with queues.
i am on cloudflare startup plan so it should be paid
I havent set any cpu limits - so it should be the default one - 30s
14 replies