paint-brush
BullMQ: How to Build a Queue for Delayed Jobs in Node.jsby@alexandrudragomir
19,551 reads
19,551 reads

BullMQ: How to Build a Queue for Delayed Jobs in Node.js

by Alexandru Dragomir3mJune 17th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

BullMQ is a Node.js library that implements a queue system based on Redis. Queues are an abstract data structure open at both ends. One end is used to insert data items (referred to as “enqueue’s) and the other ends are used to dequeue. In the following lines, we’ll be focusing on implementing a queue for delayed jobs. The result will look like this in the console: "Hello World", which was sent to "foo@bar"
featured image - BullMQ: How to Build a Queue for Delayed Jobs in Node.js
Alexandru Dragomir HackerNoon profile picture
Alexandru Dragomir

Alexandru Dragomir

@alexandrudragomir

I am a senior Node.js Full Stack consultant / contractor / freelancer with 𝟵+ 𝘆𝗲𝗮𝗿𝘀 𝗼𝗳 𝗲𝘅𝗽𝗲𝗿𝗶𝗲𝗻𝗰𝗲.

Learn More
LEARN MORE ABOUT @ALEXANDRUDRAGOMIR'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Alexandru Dragomir HackerNoon profile picture
Alexandru Dragomir@alexandrudragomir
I am a senior Node.js Full Stack consultant / contractor / freelancer with 𝟵+ 𝘆𝗲𝗮𝗿𝘀 𝗼𝗳 𝗲𝘅𝗽𝗲𝗿𝗶𝗲𝗻𝗰𝗲.

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Newsbreak