Igor Zinkovsky

Results 9 comments of Igor Zinkovsky

FYI - this is being investigated by the Deploy team.

@cmbntr is this specifically for npm module? or for self-hosted `denokv`?

Can you please describe your project structure? Do you have a `listenQueue` handler in one Deno Deploy project? and you're trying to enqueue from another Deno Deploy project?

In Deno Deploy, you don't need to use KV connect to interact with a KV database. You can just do `Deno.openKv()` and it will use the default KV database in...

It's on the roadmap. Do you want to only enqueue and dequeue outside of Deno Deploy? Or just enqueue from outside, but have `listenQueue` in Deno Deploy?

This should already work by setting Lambda `HANDLER_EXT` env variable to `mjs`.

Cron logs should be getting captured. Do you have an example project where this is not happening?