But that would be an express like thing, right? Rather then a db thing. Because it’s just busy not d
But that would be an express like thing, right? Rather then a db thing. Because it’s just busy not doing anything but handling the wrong requests
zone_name instead.




export default {
async fetch(request, env, context) {
// Proxy to origin on unhandled/uncaught exceptions
context.passThroughOnException();
throw new Error('Oops');
},
};