how do i enable r2 notifications on it though
how do i enable r2 notifications on it though
QUEUE.send occurs after the event returns(even though it is within a waitUntil...waitUntil to process the Webhook, then return a Response back basically instantlywaitUntil it basically returns a response first and then starts the rendering?
wrangler dev?


ctx.waitUntil(someWorkFunction(data));
return new Response();export default {
async scheduled(controller, env, ctx) {
console.log('test')
}
}QUEUE.send