07 - The Queue Component in #laravel

  Рет қаралды 36,337

Laravel

2 жыл бұрын

Пікірлер: 52
@sohaibilyas
@sohaibilyas 2 жыл бұрын
salam said brother, your book laravel queues omg thats just on another level, it helped a lot, thanks
@jemaleakil7620
@jemaleakil7620 Жыл бұрын
Well Explained. That saved my day. I was implementing SMS notification in a Laravel project. The external SMS API was sometimes slow. That was bringing a lot problems to the user experience. I had no idea how Laravel Queue was implemented. Thanks to Laravel Team and Mohamed Said.
@EddieGooch
@EddieGooch Жыл бұрын
Thank you so much for this. I learned mostly by example and you explained it in a very understandable manner. Again, thank you so much
@koossaayy
@koossaayy 2 жыл бұрын
I really wish some of my professors are just like you. I was scared from this, but with your book and videos. It's just a breeze now. Good Job as usual Mohamed
@themsaid
@themsaid 2 жыл бұрын
Glad you find my content helpful :)
@TapanDas-xc8nx
@TapanDas-xc8nx 8 ай бұрын
​@@themsaid😊
@eshayz
@eshayz 4 ай бұрын
I feel exactly the same 😂
@nabeelyousafpasha
@nabeelyousafpasha 2 жыл бұрын
Son of a "Beach" and Laravel Queues in Actions Both are Love Respect from Pakistan
@themsaid
@themsaid 2 жыл бұрын
haha ... Gratitude from Egypt :)
@ultrasys
@ultrasys Жыл бұрын
There's ONE thing in this video that's priceless: the public failed() method. Thanks!
@ineinfotechservices
@ineinfotechservices 2 ай бұрын
very nice explanation, I appreciate the way you explained is very nice.
@tiagooliveira14
@tiagooliveira14 2 жыл бұрын
Very nice! I implemented queue in some projects, works like a charm.
@themsaid
@themsaid 2 жыл бұрын
It's magic :)
@esraaabdelaziz485
@esraaabdelaziz485 2 жыл бұрын
Thank you for this amazing explanation really helped me
@GergelyCsermely
@GergelyCsermely 2 жыл бұрын
Thank You! Very good tutorial.
@GarethLategan
@GarethLategan Жыл бұрын
What an absolutely brilliant explanation. Fantastic work!
@zubayerhossain7646
@zubayerhossain7646 2 жыл бұрын
Great explanation!
@DanielŚmigiela
@DanielŚmigiela 2 жыл бұрын
Nice desk. I love big place to work :)
@bahramsadin7401
@bahramsadin7401 2 жыл бұрын
perfect 👌 LARAVEL❤️
@MUHAMMADUSMAN-rx9df
@MUHAMMADUSMAN-rx9df 3 ай бұрын
Thanks for your contribution
@ayazahamed8254
@ayazahamed8254 9 ай бұрын
Very well explained👌
@Sub_Boi
@Sub_Boi 6 ай бұрын
Thank you, man.
@aldrinjohnencina6153
@aldrinjohnencina6153 5 ай бұрын
thank you a lot for this tutorial
@muhammadumarsotvoldiev8768
@muhammadumarsotvoldiev8768 6 ай бұрын
Thank you very much!
@codelaravel
@codelaravel 2 жыл бұрын
Good efforts @Said
@themsaid
@themsaid 2 жыл бұрын
Thanks :)
@user-tt5zq8ou2n
@user-tt5zq8ou2n Жыл бұрын
great job laravel
@danilotrix
@danilotrix Жыл бұрын
Thanks for the video very helpful. What If I want to run jobs automatically without waiting for the user to visit a specific page?
@Benjamin-vx2ot
@Benjamin-vx2ot 2 жыл бұрын
any reason why "function failed(..." does not get called?
@tahirrasheed200
@tahirrasheed200 2 жыл бұрын
How to resolve singleton binding? please help
@manutheyogaboy.5762
@manutheyogaboy.5762 2 күн бұрын
Hello Nice, one query - How to check queue work is running or not in backend ?
@AddMotionLeb
@AddMotionLeb 2 жыл бұрын
Thank mouhamed for great content. Ya3tik l 3afieh. But a little minor comment could you please make the font bigger in the code. Thanks
@themsaid
@themsaid 2 жыл бұрын
Sure. I forgot to enlarge the font this time. Sorry :D
@p30mehrdad
@p30mehrdad 2 жыл бұрын
thanks
@Zabihullah_Danish
@Zabihullah_Danish 2 жыл бұрын
Hi Dear Mohammad Said please make a video on Laravel Blade component and explain overall the Blade components in detail.
@themsaid
@themsaid 2 жыл бұрын
I haven't used Blade in ages I'm afraid :D Need to re-discover it.
@kennethkipchumba2532
@kennethkipchumba2532 11 ай бұрын
@@themsaid what's your frontend favorite ?
@seydinaousmanetoure8710
@seydinaousmanetoure8710 2 жыл бұрын
Hi guys! Is laravel queue mean asynchronous programming in laravel? I am a bit lost
@ahooahooo
@ahooahooo 9 ай бұрын
Your are better then ChatGPT
@amitsolanki9363
@amitsolanki9363 8 ай бұрын
How can i run long time consuming jib in background it will showing timeout error i try to set timeout 10mint but its still showing same error how can i fix this erro
@user-el8fz1fq5r
@user-el8fz1fq5r 11 ай бұрын
Hi. In 3:23 you use a shortcut key to view the directory path of the current file. whats that shortcut and its keymap name ? thanks for your time
@chrisdedavid1860
@chrisdedavid1860 7 ай бұрын
[ Alt ] + [ Home ] does something similar in my version 3-Jan-2024
@Max95Cohen
@Max95Cohen 2 жыл бұрын
Hi Mohamed! Job class method retryUntil not working. Can you explain how is it work?
@usanzadunje
@usanzadunje 2 жыл бұрын
When is good time to switch from database driver to something else? What would you suggest? In scenario where your app would process 5k jobs daily, very light job logic btw.
@themsaid
@themsaid 2 жыл бұрын
If you're running 5-6 workers or so. The DB driver is going to be fine. For high throughput environments, Redis is a better choice. IMO
@Max95Cohen
@Max95Cohen 2 жыл бұрын
Hi, Mohamed! Can you info about queue working with Redis database? It will be very interesting. Because in Redis, queue not working in sequental. Thanks.
@themsaid
@themsaid 2 жыл бұрын
It works in sequential. First in first out.
@Max95Cohen
@Max95Cohen 2 жыл бұрын
@@themsaid thank you very much. What about a retryAfter attribute in Job class. I guess, it not working.
@codelaravel
@codelaravel 2 жыл бұрын
It's good feature not saying best. There is reason behind it. For example i ran 5 queue. If i changed code in the queue file. It will not accept change in the file untill i need to run queue:work.
@fahnleindieselschweif5022
@fahnleindieselschweif5022 2 жыл бұрын
the queue isnt the problem, I am struggeling with the worker on a shared host...
@ReuseCode
@ReuseCode 2 жыл бұрын
First comment
@dadokrstic
@dadokrstic Жыл бұрын
Great explanation!
ЧУТЬ НЕ УТОНУЛ #shorts
00:27
Паша Осадчий
Рет қаралды 10 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 195 МЛН
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1,1 МЛН
Новые iPhone 16 и 16 Pro Max
0:42
Romancev768
Рет қаралды 2,2 МЛН
Это Xiaomi Su7 Max 🤯 #xiaomi #su7max
1:01
Tynalieff Shorts
Рет қаралды 2,1 МЛН
Какой ноутбук взять для учёбы? #msi #rtx4090 #laptop #юмор #игровой #apple #shorts
0:18