Тёмный
No video :(

07 - The Queue Component in  

Laravel
Подписаться 43 тыс.
Просмотров 37 тыс.
50% 1

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 52   
@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 8 месяцев назад
​@@themsaid😊
@eshayz
@eshayz 5 месяцев назад
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 2 года назад
salam said brother, your book laravel queues omg thats just on another level, it helped a lot, thanks
@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 :)
@tiagooliveira14
@tiagooliveira14 3 года назад
Very nice! I implemented queue in some projects, works like a charm.
@themsaid
@themsaid 3 года назад
It's magic :)
@ultrasys
@ultrasys Год назад
There's ONE thing in this video that's priceless: the public failed() method. Thanks!
@ineinfotechservices
@ineinfotechservices 3 месяца назад
very nice explanation, I appreciate the way you explained is very nice.
@GarethLategan
@GarethLategan Год назад
What an absolutely brilliant explanation. Fantastic work!
@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
@esraaabdelaziz485
@esraaabdelaziz485 2 года назад
Thank you for this amazing explanation really helped me
@bahramsadin7401
@bahramsadin7401 3 года назад
perfect 👌 LARAVEL❤️
@GergelyCsermely
@GergelyCsermely 3 года назад
Thank You! Very good tutorial.
@DanielŚmigiela
@DanielŚmigiela 2 года назад
Nice desk. I love big place to work :)
@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
@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 ?
@codelaravel
@codelaravel 3 года назад
Good efforts @Said
@themsaid
@themsaid 3 года назад
Thanks :)
@ayazahamed8254
@ayazahamed8254 10 месяцев назад
Very well explained👌
@dadokrstic
@dadokrstic Год назад
Great explanation!
@MUHAMMADUSMAN-rx9df
@MUHAMMADUSMAN-rx9df 3 месяца назад
Thanks for your contribution
@Sub_Boi
@Sub_Boi 7 месяцев назад
Thank you, man.
@aldrinjohnencina6153
@aldrinjohnencina6153 6 месяцев назад
thank you a lot for this tutorial
@muhammadumarsotvoldiev8768
@muhammadumarsotvoldiev8768 7 месяцев назад
Thank you very much!
@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?
@ahooahooo
@ahooahooo 10 месяцев назад
Your are better then ChatGPT
@manutheyogaboy.5762
@manutheyogaboy.5762 24 дня назад
Hello Nice, one query - How to check queue work is running or not in backend ?
@fahnleindieselschweif5022
@fahnleindieselschweif5022 3 года назад
the queue isnt the problem, I am struggeling with the worker on a shared host...
@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.
@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.
@amitsolanki9363
@amitsolanki9363 9 месяцев назад
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
@seydinaousmanetoure8710
@seydinaousmanetoure8710 2 года назад
Hi guys! Is laravel queue mean asynchronous programming in laravel? I am a bit lost
@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
@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 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
@Benjamin-vx2ot
@Benjamin-vx2ot 2 года назад
any reason why "function failed(..." does not get called?
@tahirrasheed200
@tahirrasheed200 2 года назад
How to resolve singleton binding? please help
@Max95Cohen
@Max95Cohen 2 года назад
Hi Mohamed! Job class method retryUntil not working. Can you explain how is it work?
@p30mehrdad
@p30mehrdad 3 года назад
thanks
@ReuseCode
@ReuseCode 3 года назад
First comment
@zubayerhossain7646
@zubayerhossain7646 2 года назад
Great explanation!
Далее
08 - Mail and Notifications
12:31
Просмотров 54 тыс.
09 - Events & Listeners
11:01
Просмотров 22 тыс.
Using docker in unusual ways
12:58
Просмотров 439 тыс.
Laravel Queues 101: Example with Sending Emails
8:43
Understanding queues & background processing
11:52
Просмотров 8 тыс.
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 39 тыс.
Get started with Laravel events and listeners
15:37
Просмотров 19 тыс.
Laravel Eloquent: Deeper Relationships with One Query
10:37