07 - The Queue Component in #laravel

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

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

koossaayy
Автор

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.

jemaleakil
Автор

salam said brother, your book laravel queues omg thats just on another level, it helped a lot, thanks <3

sohaibilyas
Автор

Very nice! I implemented queue in some projects, works like a charm.

tiagotheoliveira
Автор

Son of a "Beach" and Laravel Queues in Actions Both are Love
Respect from Pakistan

nabeelyousafpasha
Автор

very nice explanation, I appreciate the way you explained is very nice.

ineinfotechservices
Автор

There's ONE thing in this video that's priceless: the public failed() method. Thanks!

ultrasys
Автор

What an absolutely brilliant explanation. Fantastic work!

GarethLategan
Автор

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

EddieGooch
Автор

Thank you for this amazing explanation really helped me

esraaabdelaziz
Автор

Thank mouhamed for great content. Ya3tik l 3afieh. But a little minor comment could you please make the font bigger in the code. Thanks

AddMotionLeb
Автор

Nice desk. I love big place to work :)

DanielŚmigiela
Автор

Hi Dear Mohammad Said
please make a video on Laravel Blade component and explain overall the Blade components in detail.

Zabihullah_Danish
Автор

Thanks for the video very helpful. What If I want to run jobs automatically without waiting for the user to visit a specific page?

danilotrix
Автор

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.

usanzadunje
Автор

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.

MaxCohen
Автор

Hello Nice, one query - How to check queue work is running or not in backend ?

manutheyogaboy.
Автор

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

DanialRanjbar-ut
Автор

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.

codelaravel
Автор

Hi Mohamed! Job class method retryUntil not working. Can you explain how is it work?

MaxCohen