07 - The Queue Component in

  Рет қаралды 42,632

Laravel

Laravel

Күн бұрын

Пікірлер: 55
@koossaayy
@koossaayy 3 жыл бұрын
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 3 жыл бұрын
Glad you find my content helpful :)
@TapanDas-xc8nx
@TapanDas-xc8nx Жыл бұрын
​@@themsaid😊
@eshayz
@eshayz 10 ай бұрын
I feel exactly the same 😂
@jemaleakil7620
@jemaleakil7620 2 жыл бұрын
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.
@sohaibilyas
@sohaibilyas 3 жыл бұрын
salam said brother, your book laravel queues omg thats just on another level, it helped a lot, thanks
@MustafaAbdelrhman-ex9pk
@MustafaAbdelrhman-ex9pk Ай бұрын
فخر العرب بجد 👏
@tiagotheoliveira
@tiagotheoliveira 3 жыл бұрын
Very nice! I implemented queue in some projects, works like a charm.
@themsaid
@themsaid 3 жыл бұрын
It's magic :)
@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
@ineinfotechservices
@ineinfotechservices 8 ай бұрын
very nice explanation, I appreciate the way you explained is very nice.
@ultrasys
@ultrasys Жыл бұрын
There's ONE thing in this video that's priceless: the public failed() method. Thanks!
@nabeelyousafpasha
@nabeelyousafpasha 3 жыл бұрын
Son of a "Beach" and Laravel Queues in Actions Both are Love Respect from Pakistan
@themsaid
@themsaid 3 жыл бұрын
haha ... Gratitude from Egypt :)
@GarethLategan
@GarethLategan 2 жыл бұрын
What an absolutely brilliant explanation. Fantastic work!
@esraaabdelaziz485
@esraaabdelaziz485 3 жыл бұрын
Thank you for this amazing explanation really helped me
@GergelyCsermely
@GergelyCsermely 3 жыл бұрын
Thank You! Very good tutorial.
@bahramsadin7401
@bahramsadin7401 3 жыл бұрын
perfect 👌 LARAVEL❤️
@AddMotionLeb
@AddMotionLeb 3 жыл бұрын
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 3 жыл бұрын
Sure. I forgot to enlarge the font this time. Sorry :D
@DanielŚmigiela
@DanielŚmigiela 3 жыл бұрын
Nice desk. I love big place to work :)
@ayazahamed8254
@ayazahamed8254 Жыл бұрын
Very well explained👌
@Zabihullah_Danish
@Zabihullah_Danish 3 жыл бұрын
Hi Dear Mohammad Said please make a video on Laravel Blade component and explain overall the Blade components in detail.
@themsaid
@themsaid 3 жыл бұрын
I haven't used Blade in ages I'm afraid :D Need to re-discover it.
@kennethkipchumba2532
@kennethkipchumba2532 Жыл бұрын
@@themsaid what's your frontend favorite ?
@codelaravel
@codelaravel 3 жыл бұрын
Good efforts @Said
@themsaid
@themsaid 3 жыл бұрын
Thanks :)
@khanhphan-ci4lt
@khanhphan-ci4lt 28 күн бұрын
Great appriciate, thank you
@MUHAMMADUSMAN-rx9df
@MUHAMMADUSMAN-rx9df 9 ай бұрын
Thanks for your contribution
@zubayerhossain7646
@zubayerhossain7646 3 жыл бұрын
Great explanation!
@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?
@DanialRanjbar-u7t
@DanialRanjbar-u7t Жыл бұрын
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 Жыл бұрын
[ Alt ] + [ Home ] does something similar in my version 3-Jan-2024
@Sub_Boi
@Sub_Boi Жыл бұрын
Thank you, man.
@Max95Cohen
@Max95Cohen 3 жыл бұрын
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 3 жыл бұрын
It works in sequential. First in first out.
@Max95Cohen
@Max95Cohen 3 жыл бұрын
@@themsaid thank you very much. What about a retryAfter attribute in Job class. I guess, it not working.
@manutheyogaboy.5762
@manutheyogaboy.5762 6 ай бұрын
Hello Nice, one query - How to check queue work is running or not in backend ?
@aldrinjohnencina6153
@aldrinjohnencina6153 Жыл бұрын
thank you a lot for this tutorial
@hariprasath6674
@hariprasath6674 5 ай бұрын
i tried same but it is immediately responding and no data insert in jobs table
@usanzadunje
@usanzadunje 3 жыл бұрын
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 3 жыл бұрын
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
@muhammadumarsotvoldiev8768
@muhammadumarsotvoldiev8768 Жыл бұрын
Thank you very much!
@Benjamin-vx2ot
@Benjamin-vx2ot 2 жыл бұрын
any reason why "function failed(..." does not get called?
@themanishtiwari
@themanishtiwari 5 ай бұрын
How can we do this on the shared hosting
@amitsolanki9363
@amitsolanki9363 Жыл бұрын
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
@Max95Cohen
@Max95Cohen 3 жыл бұрын
Hi Mohamed! Job class method retryUntil not working. Can you explain how is it work?
@tahirrasheed200
@tahirrasheed200 3 жыл бұрын
How to resolve singleton binding? please help
@codelaravel
@codelaravel 3 жыл бұрын
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.
@seydinaousmanetoure8710
@seydinaousmanetoure8710 2 жыл бұрын
Hi guys! Is laravel queue mean asynchronous programming in laravel? I am a bit lost
@ahooahooo
@ahooahooo Жыл бұрын
Your are better then ChatGPT
@fahnleindieselschweif5022
@fahnleindieselschweif5022 3 жыл бұрын
the queue isnt the problem, I am struggeling with the worker on a shared host...
@p30mehrdad
@p30mehrdad 3 жыл бұрын
thanks
@ReuseCode
@ReuseCode 3 жыл бұрын
First comment
@dadokrstic
@dadokrstic Жыл бұрын
Great explanation!
08 - Mail and Notifications
12:31
Laravel
Рет қаралды 61 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Laravel Gems - Pipelines 💎
15:21
Laravel
Рет қаралды 12 М.
Как использовать очереди (Queues/Jobs) в Laravel
13:46
Просто о сложном. CutCode
Рет қаралды 24 М.
Writing Code That Runs FAST on a GPU
15:32
Low Level
Рет қаралды 579 М.
Get started with Laravel events and listeners
15:37
Andrew Schmelyun
Рет қаралды 20 М.
Laravel + Service Pattern + DTOs = ❤️❤️❤️
17:52
Przemysław Przyłucki
Рет қаралды 55 М.
Laravel + Livewire todo app (and so much more)
16:41
Aaron Francis
Рет қаралды 54 М.