Do you have a queue ID and account ID you can share?
Do you have a queue ID and account ID you can share?
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.

await kv_storage.put(id, JSON.stringify(data))await env.QUEUE.send(data);export interface Env {
<MY_QUEUE>: Queue<any>;
}max_batch_sizeInvalid queue name: invalid queue name: STATE-CHANGES. Must match
^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$ [code: 11003]queuequeuequeueLogger