Im on free tier. So to confirm api requests arent counted as cpu time right? Also could you tell me about your workers, like how frequently are they called and how long do they take, what they do (as generally)
I see, thanks. Lets say I invoke 10 web requests and do json parsing. Assuming each json object is around 1000 characters, will it take more time or stay within 10ms?
My worker makes KV requests 5 times, request to itunes.apple.comitunes.apple.com and parse about 10KB JSON 4 times, it only takes about 5~7ms CPU time.
I was previously trying with a worker and a netlify rewrite pointing at it, but thought I'd try using cloudflare pages with a custom domain instead to see if that helped
a simple _worker.js in a pages project, set up with a custom domain foo.example.com. it successfully receives requests, including a different webhook from the same source. the other webhook (a body full of XML) never gets to my worker