CF-Worker request header in order to restrict traffic to only your Workers.

resolveOverride today, to keep a Host header intact while changing the resolved origin address.
waitUntil() , scheduled handlers for workers, and for cron triggers, but none seem to mention what happens in an error case.waitUntil() although it does not state if there is any cascading of that rejection to anywhere outside the handler, or what might happen as a result of that. Would they appear in Cron events as a Status of Internal Error?
wrangler secret put <binding>CF-WorkerresolveOverrideexport default {
async scheduled(event, env, ctx) {
ctx.waitUntil(Promise.reject('oh no'));
},
};waitUntil()waitUntil()wrangler secret put <binding>