SGrondin / bottleneck

Job scheduler and rate limiter, supports Clustering
MIT License
1.82k stars 75 forks source link

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

Open hagginoaks opened 4 years ago

hagginoaks commented 4 years ago

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