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..
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!
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 ?
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.
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.
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?
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
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.
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
🍆
Thank you so much for the clear explanation. Understood everything so well
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!
Bhiya just keep uploading these type of videos you are teaching what is the real backend is =D
love you hogya bro wadda wadda. i was having message loss issues wrt scaling! shukriya for this
from basic to advance Now that a way of teaching.
Your teaching style and communication skills are really good! You rightfully got a sub!
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.
🤟🤟🤟
This guy is ahead of the whole TH-cam channel, damn
Piyush sir and harkirat , both are gem !!!! #asliEngineering
No way, I was just going to start looking for this exact topic... Thanks a ton..
Bhai thanks I got the job, because of this video
Dhanyawaad Guru...❤
Bro your doing great job for future devs ❤
Like always - You are awesome. Following KISS principle for explanation
great teaching brother keep it up and It would be awesome if you teach how to handle errors in queues
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.
I really like your concepts boss.
much respect from pakistan
eagerly waiting for thread BE architecture video ..
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.
Sir please make playlist on microservices in node js
Are there any differences between Bullmq and something like kafka or rabbitmq ? If yes, then when should we use which one ?
Jordar sir ji ❤
Great video as always bro
Please make a tutorial on redis as well
Great explanation!
Very helpful...
Brother Piyush let's do setup tour. its a must.
Thank you so much sir 🙏
Great video
Great tutorial
Thanks piyush the Goat.
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..
Super explained
Awesome video piyush Sir ❤
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!
Fantastic ! It will be good if you come up with redis explanation
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))
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.
Nice video bhai
Bhaiya apne main cheez toh batayi hi nhi that is asynchronous processing jiske liye message queue ko introduce Kiya tha
Hello sir, can you please make a video on Apollo federation and subgraph or small demo on it?
Can we use message queue to make a blockchain transaction?
Can we use it in Nextjs on Vercel? Thanks
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
}}
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. 😵
Maza aa gya, :)
can you explain job debouncing in bullMq
so so so much good video!!!!!!!!!!!!!!!!!!!!!!!!!!!
oo, this is called the messages queue, can you please make a video on it, how to implement please bhaiya
Thank you Man
Best video ❤❤
hello ek live season similar to open source live season for database SQL database is really missing 😢
Sir please make a video on how to upload a turborepo to vercel app.
Hey bro, which tool & pen you are using for drawing and writing?
Awesome
hii sir , When you post fullstack project ?? we are waiting our excited project
Which theme you are using in vs code?
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
And I Subscribed!
thank you
Is it better than Rabbit MQ / Kafka ?
Bro redis use kr rhe hai to code to app engine me deploy kaise kre?
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?
we are not writting code to connect redis?
Amazing!!!!!!
Great
Great 👍
❤❤❤❤❤❤❤
Thanks bro very very much is rabbitmq also same?
🙂
Is the Kafca message queue or not
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
Consumer is better term than Workers.
Redis p ek separate vedio how to use with mern
Best video
Awesome video sir
Please bring next video on Docker
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.
love
great
nice
🎉
❤❤
Also bring a tutorial pn Rabbitmq
If I know only java can't I contribute to open source
😍
you are great but i dont know hindi, could you please make a english version for this video
Why the english title when you speak in an other language?
So sad now don't complain to your mom 🤣
Please always timestamps
I like project videos instead of these tutorials.
How to deploy this worker for free
just asli enggineering
Nice video really helpful @piyush
Great