Is there any issue running vanilla js with queues? I don't see any examples of it in the docs, only
Is there any issue running vanilla js with queues? I don't see any examples of it in the docs, only ts
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.

