Implementing a Background Job Queue with BullMQ & Redis
Why I Needed a Message Queue
In my project, I had a Quotation feature where:
Sales users submit quotation data
A DOCX template is filled dynamically
The DOCX is converted to PDF using LibreOffice
The PDF is uploaded to cloud storage
The PDF is e...
background-job-queue-with-bullmq-and-redis.hashnode.dev3 min read