What's the best place to ask Custom Domain support for Pages
What's the best place to ask Custom Domain support for Pages

/accounts/xxx/workers/services/xxx/environments/production/routes in the API, you should get the routes for a specific workercf-cache-status: hit header mean in workers, i thought you had to handle caching on your own using the cache runtime api?
cf-cache-status: HITcf- headers
// the cache key from the cache URL
const cacheKey = new Request(url.toString(), request); async alarm() {
// Perform something that could take up to 15 seconds
await doSomething();
// Schedule task for the next second
this.state.storage.setAlarm(Date.now() + parseDuration('1s'));
}