22:42 Honestly, I was expecting the same thing-that we would create a separate queue and share the queue data via notifications, email, or SMS. 😅 Awesome video! Learned something new here. Thank you!
Lovely explanation Piyush bhai... You are doing a great job by making the concept clear in the beginning and also by showing the real coding part at the end. 🤟🤟🤟
for missing 3. will add a check for failures and if there any failure occurs, i will manage it or push it in reversal. and after completing a current job will check my reversal and start job over it.
Sir transcoded videos ko s3 ki private bucket se signed url generate kar ke chalata hoon toh nahi chalta hai,but public bucket pe hi kaam kar raha hai..how to solve this problem..
After worker has processed the data, the data which was sent though the queue still remains in redis. Is there a way to delete that from redis once the processing is done ?
Hi i am stuck with the below error, not able to identify the issue? throw new Error('Worker requires a connection'); ^ Error: Worker requires a connection at new Worker (G:\bull-message-queue-tut ode_modules\bullmq\dist\cjs\classes\worker.js:46:19) at Object. (G:\bull-message-queue-tut\worker.js:12:16) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1119:32) at Module._load (node:internal/modules/cjs/loader:960:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:23:47 Node.js v18.16.1 Can someone pls help me? i did all the steps exactly as the video, but worker connection is not happening.
Please help me Hello sir I am using bullMq in my project to upload excell data to mongodb. My producer function insert all the jobs in queue but there is some problem with my consumer function . Consumer always skip 20-30 job. means consumer not processing 20 to 30 jobs while on billboard show all jobs completed. Please help me.
I started redis in docker as you said, but now I don't know how to stop that redis service, please can anyone help me out, I'm using docker desktop on my windows!
@@anuragmishra3064 Thanks for replying, later I found the solution, Since I was using docker desktop there are a couple of options to stop container and permanently remove the image from my pc also AI gave some commands of Docker CLI tool too for the same!
hi Piyush bhaiya. i did a pull request regarding a contribution on your Repo. 1) apply issue label to PR 2) validate PRs both were successful but 3) Vercel- authorization required to deploy was unsuccessful I'm new to open source so i don't know about this(and have no one to ask to). can you tell me what's the problem please?
Need tutorial for microservice application in nodejs.I really want to learn how to build microservice application and how to manage database , still I have not got good resource from where I can learn. If you know good resource or refrence form were I can learn . please give like open source links or something. I hoping you will make on this.
Very useful topic. But, after watching English headlines, we the English speakers are entering and found your real language is not the English maybe Hindi. That’s shocking for us. So that please mention the different language at the headline. Thank you
Only TH-camr who teaches real backend stuff in nodejs in Hindi.. keep them coming 🎉🎉😊
Yupp there 2 more
Coders Gyan & Code with Jay
@@CoderBB didn't know about code with jay. Have you learned anything from him?
@@CoderBB coders gyaan is highly underatted
Right brother
I am shocked that more than 30 minutes is just theory and than the coding part came. Salute you sir, essa hi padhate raho.
you are the real time person please don't stop uploading videos
please keep coming with new concept like this in node js it helps a lot
22:42 Honestly, I was expecting the same thing-that we would create a separate queue and share the queue data via notifications, email, or SMS. 😅 Awesome video! Learned something new here. Thank you!
love you hogya bro wadda wadda. i was having message loss issues wrt scaling! shukriya for this
This guy is ahead of the whole TH-cam channel, damn
Piyush sir and harkirat , both are gem !!!! #asliEngineering
Your teaching style and communication skills are really good! You rightfully got a sub!
from basic to advance Now that a way of teaching.
Bhai thanks I got the job, because of this video
Lovely explanation Piyush bhai... You are doing a great job by making the concept clear in the beginning and also by showing the real coding part at the end.
🤟🤟🤟
No way, I was just going to start looking for this exact topic... Thanks a ton..
much respect from pakistan
eagerly waiting for thread BE architecture video ..
Like always - You are awesome. Following KISS principle for explanation
Bro your doing great job for future devs ❤
great teaching brother keep it up and It would be awesome if you teach how to handle errors in queues
I really like your concepts boss.
for missing 3.
will add a check for failures and if there any failure occurs, i will manage it or push it in reversal. and after completing a current job will check my reversal and start job over it.
Great video as always bro
Please make a tutorial on redis as well
love it. can you do one on bullmq with next.js in dockerfile? cant figure out how to keep the worker running in next.js.
Awesome video piyush Sir ❤
Jordar sir ji ❤
Great explanation!
Thanks piyush the Goat.
Brother Piyush let's do setup tour. its a must.
Are there any differences between Bullmq and something like kafka or rabbitmq ? If yes, then when should we use which one ?
Thank you so much sir 🙏
Sir transcoded videos ko s3 ki private bucket se signed url generate kar ke chalata hoon toh nahi chalta hai,but public bucket pe hi kaam kar raha hai..how to solve this problem..
Sir please make playlist on microservices in node js
After worker has processed the data, the data which was sent though the queue still remains in redis. Is there a way to delete that from redis once the processing is done ?
yes, use expire("name",time-to-expire(in second))
Fantastic ! It will be good if you come up with redis explanation
Bhaiya apne main cheez toh batayi hi nhi that is asynchronous processing jiske liye message queue ko introduce Kiya tha
Super explained
Great video
Nice video bhai
Great tutorial
so so so much good video!!!!!!!!!!!!!!!!!!!!!!!!!!!
Very helpful...
Hi i am stuck with the below error, not able to identify the issue?
throw new Error('Worker requires a connection');
^
Error: Worker requires a connection
at new Worker (G:\bull-message-queue-tut
ode_modules\bullmq\dist\cjs\classes\worker.js:46:19)
at Object. (G:\bull-message-queue-tut\worker.js:12:16)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47
Node.js v18.16.1
Can someone pls help me? i did all the steps exactly as the video, but worker connection is not happening.
same problem
@@MessiLeo2312 same problem. did u find any solution?
bro just pass the object of connection configuration
new Worker("nameOfQueue", async jobid => {}, {
connection: {
host: "localhost", port: 6379
}}
Please help me
Hello sir I am using bullMq in my project to upload excell data to mongodb. My producer function insert all the jobs in queue but there is some problem with my consumer function . Consumer always skip 20-30 job. means consumer not processing 20 to 30 jobs while on billboard show all jobs completed. Please help me.
Best video ❤❤
Hey bro, which tool & pen you are using for drawing and writing?
I started redis in docker as you said, but now I don't know how to stop that redis service, please can anyone help me out, I'm using docker desktop on my windows!
go in your task manager and end the task of docker desktop I don't have permanent solution of it but it works in my case
@@anuragmishra3064 Thanks for replying, later I found the solution, Since I was using docker desktop there are a couple of options to stop container and permanently remove the image from my pc also AI gave some commands of Docker CLI tool too for the same!
Which theme you are using in vs code?
Can we use message queue to make a blockchain transaction?
Can we use it in Nextjs on Vercel? Thanks
Bro redis use kr rhe hai to code to app engine me deploy kaise kre?
Thanks bro very very much is rabbitmq also same?
hello ek live season similar to open source live season for database SQL database is really missing 😢
hi Piyush bhaiya. i did a pull request regarding a contribution on your Repo.
1) apply issue label to PR
2) validate PRs
both were successful but
3) Vercel- authorization required to deploy
was unsuccessful
I'm new to open source so i don't know about this(and have no one to ask to). can you tell me what's the problem please?
Hello sir, can you please make a video on Apollo federation and subgraph or small demo on it?
oo, this is called the messages queue, can you please make a video on it, how to implement please bhaiya
Maza aa gya, :)
Thank you Man
Awesome video sir
Please bring next video on Docker
hii sir , When you post fullstack project ?? we are waiting our excited project
Hey bro can you build a webhook mechanisms using message queue and it should be highly scalable. I think that's a good idea of project
can you explain job debouncing in bullMq
Amazing!!!!!!
we are not writting code to connect redis?
Is it better than Rabbit MQ / Kafka ?
Is the Kafca message queue or not
Sir please make a video on how to upload a turborepo to vercel app.
Great 👍
Best video
Consumer is better term than Workers.
bro Zapier or ManyChat ka system design or clone (or something similar) lao. 2 months say mere dimag me yashi chal raha hai. Can't sleep. 😵
If I know only java can't I contribute to open source
Need tutorial for microservice application in nodejs.I really want to learn how to build microservice application and how to manage database , still I have not got good resource from where I can learn. If you know good resource or refrence form were I can learn . please give like open source links or something. I hoping you will make on this.
Awesome
Redis p ek separate vedio how to use with mern
And I Subscribed!
thank you
Also bring a tutorial pn Rabbitmq
Very useful topic. But, after watching English headlines, we the English speakers are entering and found your real language is not the English maybe Hindi. That’s shocking for us.
So that please mention the different language at the headline. Thank you
Why the english title when you speak in an other language?
So sad now don't complain to your mom 🤣
Great
❤❤❤❤❤❤❤
nice
you are great but i dont know hindi, could you please make a english version for this video
Please always timestamps
Nice video really helpful @piyush
great
🎉
love
❤❤
I like project videos instead of these tutorials.
😍
How to deploy this worker for free
just asli enggineering
Great