Replies: 4 comments 14 replies
|
I tried out |
|
Hi again, So i've come to face another issue regarding processing queues with |
|
I just deployed the example repo to deploy and it's working as it should. AS you can see from the screenshot below, Thanks for your help! |
|
I still don't understand why would we need queues for a specific model if the callback from |









Uh oh!
There was an error while loading. Please reload this page.
So i haven't used the native queuing system(
Deno.enqueue,Deno.listenQueue) before. But i'd like to see a realistic example of its usage both at the model(db.users.enqueue,db.users.listenQueue,db.users.deleteUndelivered,db.users.findUndelivered) and database(db.enqueue,db.listenQueue) levels in a live server such asDeno.serveoroakjs.In the readme file, the model structure for users wasn't defined when it came to using queue related ops
If an example is not possible, a guide as to where to use what would be very much appreciated.
All reactions