chilts / mongodb-queue

Message queues which uses MongoDB.
209 stars 91 forks source link

Batch Processing #39

Open parag0 opened 3 years ago

parag0 commented 3 years ago

Hi, thank you so much for this awesome library.

I'm using this package to post tweets on Twitter.

To avoid rate limiting error from Twitter, I'm using this package.

But when I use the get method. the library returns all the queues one by one.

Is there a way to fetch only n number of documents from the queue?