01482771/accounts/{account_id}/workers/scripts/{script_name}/schedules to turn on and off cron triggers? like if i set it to "* * * * *" will it just stop calling it?simple = { limit = 100, period = 60 }, does it mean that it resets every 60 seconds?/ and /index.html, what filename is the "proper" one to use? e.g. should I be naming my file index.html in the static asset binding folder?

req.cf would indicate the location of the where the request came from, not where it was served fromloc seems quite useful tooreq.cf.locationreq.cf value is set in the first Worker in the chain. It isn't modified if you pass the request on to another Worker(via Service Bindings) or a Durable Objectreq.cfreq.cfcolo=locreq.cf.location((await (await fetch("https://www.cloudflare.com/cdn-cgi/trace")).text()).match(/^colo=(.+)/m) as string[])[1]