Error 1102: Worker exceeded resource limits
I have a question regarding CPU time on Cloudflare Workers.
I'm deploying a web application on Cloudflare Workers using OpenNext + Next.js. To bypass CORS issues, I added a route handler that proxies the requests. However, even though the free plan limits CPU time to 10ms and I'm only performing a fetch and returning the response, it still consumes between 60 to 120ms of CPU time. Why is that?
app/proxy/route.ts

0 Replies