Bots just aren't really an issue, and it's very difficult to block only the bad ones without blockin
Bots just aren't really an issue, and it's very difficult to block only the bad ones without blocking intentional ones

"compatibility_flags": ["nodejs_als"] any clues why this would error now?nodejs_compat would fix this im curious tho
node:async_hooks to just async_hooks ?waitUntil() can be used to ensure an asynchronous process will complete even after a response is sent? So if my worker has this:await with the above, as that would defeat the point and delay the response?)Failed: error occurred while updating repository submodules" is there any way to get more information about the error? I've exhausted my ability to troubleshoot past this./, so they are served related to the base https://developers.cloudflrare.com/workers/ai/. This results in URLs like the below being generated:waitUntil(new Promise(res => setTimeout(() => {
console.log('hi!');
res();
}, 5000)));
return new Response('foo');