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.
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
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.
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.
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
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.
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.
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
Glad you find my content helpful :)
@@themsaid😊
I feel exactly the same 😂
salam said brother, your book laravel queues omg thats just on another level, it helped a lot, thanks
very nice explanation, I appreciate the way you explained is very nice.
There's ONE thing in this video that's priceless: the public failed() method. Thanks!
Son of a "Beach" and Laravel Queues in Actions Both are Love
Respect from Pakistan
haha ... Gratitude from Egypt :)
Very nice! I implemented queue in some projects, works like a charm.
It's magic :)
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
What an absolutely brilliant explanation. Fantastic work!
Thank you for this amazing explanation really helped me
Very well explained👌
Good efforts @Said
Thanks :)
Thank You! Very good tutorial.
Nice desk. I love big place to work :)
Hi Dear Mohammad Said
please make a video on Laravel Blade component and explain overall the Blade components in detail.
I haven't used Blade in ages I'm afraid :D Need to re-discover it.
@@themsaid what's your frontend favorite ?
Thank mouhamed for great content. Ya3tik l 3afieh. But a little minor comment could you please make the font bigger in the code. Thanks
Sure. I forgot to enlarge the font this time. Sorry :D
Great explanation!
perfect 👌
LARAVEL❤️
Thanks for your contribution
Thanks for the video very helpful. What If I want to run jobs automatically without waiting for the user to visit a specific page?
Hello Nice, one query - How to check queue work is running or not in backend ?
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.
It works in sequential. First in first out.
@@themsaid thank you very much. What about a retryAfter attribute in Job class. I guess, it not working.
i tried same but it is immediately responding and no data insert in jobs table
great job laravel
Hi Mohamed! Job class method retryUntil not working. Can you explain how is it work?
any reason why "function failed(..." does not get called?
How can we do this on the shared hosting
Thank you, man.
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
[ Alt ] + [ Home ] does something similar in my version 3-Jan-2024
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.
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
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
Hi guys! Is laravel queue mean asynchronous programming in laravel? I am a bit lost
thank you a lot for this tutorial
the queue isnt the problem, I am struggeling with the worker on a shared host...
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.
How to resolve singleton binding? please help
Thank you very much!
Your are better then ChatGPT
thanks
First comment
Great explanation!