With the FetchEvent, there are [IncomingRequestCfProperties](https://developers.cloudflare.com/workers/runtime-apis/request#incomingrequestcfproperties)
available to know interesting things about the incoming request. One is the colo
: The three-letter airport code of the data center that the request hit.
Is there any way to know, from inside the Worker script, at which colo the Cron Triggered script executed?