Would be nice if this were explicit in docs too, @HardlyWorkin'
Would be nice if this were explicit in docs too, @HardlyWorkin'

wrangler dev?



[[queues.producers]]
queue = "wow-cataclysm-auctions-queue"
binding = "QUEUE"export default {
async scheduled(controller, env, ctx) {
console.log('test')
}
}wrangler devctx.waitUntil(someWorkFunction(data));
return new Response();