i can't find any docs on this. what is the limit of messages `.sendBatch()` can send?
i can't find any docs on this. what is the limit of messages
.sendBatch() can send?.sendBatch()Promise.allSettled inside the worker, for examplewrangler deploying multiple times quickly with queue config changes, the queue consumer config (and producer) page would crash with internal issues, and if I reaccessed it, the data hadn't been updated.
Conflict or Internal Server Error prevent a .send call (over 9 million sends in that time)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?ctx.waitUntil(someWorkFunction(data));
return new Response();export default {
async scheduled(controller, env, ctx) {
console.log('test')
}
}