bottleneck icon indicating copy to clipboard operation
bottleneck copied to clipboard

Difference between using bottleneck vs Kue, BeeQueue, BullMQ, Agenda, etc?

Open hagginoaks opened this issue 4 years ago • 0 comments

So I'm currently using BullMQ, and I'm doing some webcrawling with it, so in an effort to throttle my API requests, I happened upon this module.

I'm curious if I can just swap over to using Bottleneck altogether instead of Bull (or another js based job scheduler)?

My use cases are: web scraping, sending email notifications (new user, forgot pw, etc), and some daily stat reporting.

Cheers

hagginoaks avatar Jun 22 '20 20:06 hagginoaks