Le RutabagaL
Denoβ€’8mo ago
Le Rutabaga

Multiple kv connections in deno deploy

Hey guys,

New to Deno & deno deploy πŸ€— !

I'm trying to understand if I can create a subhosting deployment with its own databases created with the API, so that this subhosting deployment get its own queue / store
then push data into a main kv.

I have hints that instead it is not possible (reading the doc, or this issue).
Is it the case ?

If it is, I should probably gen deployments that do listenQueue on their own, or one bundled deployment listeners that route with if/else.
To my understanding latter approach is probably best since I believe that would route all events to all listeners just to be discarded.

Thanks !
GitHub
For reporting issues with Deno Deploy. Contribute to denoland/deploy_feedback development by creating an account on GitHub.
Issues Β· denoland/deploy_feedback
Was this page helpful?