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
Issues ยท denoland/deploy_feedback
For reporting issues with Deno Deploy. Contribute to denoland/deploy_feedback development by creating an account on GitHub.
0 Replies