How to create Queues using Redis and Node.js | FIFO, LIFO, Delayed, Prioritized and Repeatable Jobs

preview_player
Показать описание

Support the channel:

Code:

Links:

Follow me:
Рекомендации по теме
Комментарии
Автор

thanks a lot, I was worried because it's the first time that I creating a queue but right now, not much.
like it!!!

santiagoriosolaya
Автор

The video is very beautiful, can you add a tutorial of installing redis-commander and installing docker to run this code.

sohamsinha
Автор

Very helpful in getting started with bull, thank you

ritwizsinha
Автор

If you are working with microservices, what would it be the best way to communicate service 1 with service 2 (this microservices with the bullmq and nodemailer implementation) ?

inanesilence
Автор

It doesn't work for me. Somehow, when I produce the job, it doesn't go into Redis. There must be some connection issues, as I have to wait till it reaches the max retries. My redis is up running, and I can connect to it through node-redis. But, Bull is not working ...

jichen
Автор

This queue are cpu intensive? dont block the event loop? They run in another thread?

jseh_
Автор

Thank you. The video was very helpful.

phelyxdavid
Автор

Hi.
This video helped me run my program successfully.
But, nodemon is not able to detect changes made in the code...
I have to repeatedly stop and restart in order to see the changes...
Please help

pranavgupta
Автор

How can I do that cron jobs work in the background? I mean when the server is restarted, previous cron jobs keep it working correctly

samirguluzada
Автор

why is not working for me i have no error but console log inside process is not works

arshiaranjbar
Автор

Thank you! For informative video.
I want to create web service that take too much time. So I want to give reponse with some short of ID(Request ID). User check stataus wheather job completed or not. Once job completed User send me other request with Same Request ID and I will send data.
So Here queue is not LIFO or priority it will base on user request and time it take to complete. Is it possible with bull?

gaurava
Автор

Does Bull Queue show only last 5 jobs in bull board.???

sheltoncastelino
Автор

Can you tell me why should I go for queue based system architecture for a simple mail requirement when I can email from my service API. Also can you tell me how to extend this solution to implement FB like notification system. And the process looks like simply functions rather than any daemon process, is that good enough for my requirement?

badrinarayanansridharan