How do you get a queue ID ? I dont see any ID from the dashboard (and is it possible to return a slu
How do you get a queue ID ? I dont see any ID from the dashboard (and is it possible to return a slug by any change in the response dimensions?
)
accountTag as defined there.wrangler queues list today (we need to add it to the dash)startDate?
nodejs_compat.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>;
}
const v8 = require('v8');
// Serialize an object into a buffer using v8
function serializeWithV8(obj) {
return v8.serialize(obj);
}
// Convert the Buffer to a byte array (Uint8Array)
const byteArray = new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength);
// Now you can send the byteArray over the network