I tried using nestjs/bull for Job and Queue processing in NestJS, so I’ll introduce it.
First, I read the NestJS official documentation Queues | NestJS - A progressive Node.js framework.
Next, I read the nestjs/bull sample code to get an implementation image.
Here’s the documentation for bull which is used internally by nestjs/bull:
I decided to adopt bull after looking at the NPMCompare.com - Comparing agenda vs. bull vs. kue vs. node-resque vs. node-schedule page.
That’s all from the Gemba.