Built a golang WASM and deploy to worker, CPU time exceed 10ms for each request

If CPU time keep exceeding 10ms with free plan is it a normal behavior? will I get charged? I’m referring to github syumai’s worker repo and created an application deployed to the worker. Could someone please help with this?

The github link provided here:
https://github.com/syumai/workers

You will not be charged unless you switch to the Workers Paid plan. However, Cloudflare will start returning an error if your Worker consistently exceeds the CPU time limit.

1 Like

I see, thanks for the info.