Replies: 4 comments 14 replies
-
I tried out |
Beta Was this translation helpful? Give feedback.
-
Hi again, So i've come to face another issue regarding processing queues with |
Beta Was this translation helpful? Give feedback.
-
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! |
Beta Was this translation helpful? Give feedback.
-
I still don't understand why would we need queues for a specific model if the callback from |
Beta Was this translation helpful? Give feedback.
-
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.serve
oroakjs
.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.
Beta Was this translation helpful? Give feedback.
All reactions