eli
eli•21h ago

kv#listenQueue logs ""KV Connect does not support queues" and errors when the listener is triggered

The error is:
error: Uncaught (in promise) Error: Enqueue operations are not supported in KV Connect.
await kv.enqueue(incoming);
^
at doAtomicWriteInPlace (ext:deno_kv/01_db.ts:629:16)
at Kv.enqueue (ext:deno_kv/01_db.ts:163:32)
error: Uncaught (in promise) Error: Enqueue operations are not supported in KV Connect.
await kv.enqueue(incoming);
^
at doAtomicWriteInPlace (ext:deno_kv/01_db.ts:629:16)
at Kv.enqueue (ext:deno_kv/01_db.ts:163:32)
1 Reply
eli
eliOP•20h ago
I don't even know what KV Connect is 😅