Yup, that's definitely a big gotcha. And you are spot on, I was planning to save it to KV for retrie
Yup, that's definitely a big gotcha. And you are spot on, I was planning to save it to KV for retrieval down the line haha
env.QUEUE.send(...) is called but the consumer never receives the message. No errors. If there isn't a known limit then I'll pair my case down to the most minimal case, but wanted to check here first.await kv_storage.put(id, JSON.stringify(data)) and I want it to go to a queue instead, how would I write that?await env.QUEUE.send(data);export interface Env {
<MY_QUEUE>: Queue<any>;
}


max_batch_size is set to 1. queue function which starts by logging the number of messages logged so far. The Logger is a simple ES6 module I wrote by myself.queue calls were isolated (by creating a V8 isolate for each call), then the logged number of messages should always be Zero.queue calls are being made within the same running environment.
