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
@themsaid3 жыл бұрын
Glad you find my content helpful :)
@TapanDas-xc8nx Жыл бұрын
@@themsaid😊
@eshayz10 ай бұрын
I feel exactly the same 😂
@jemaleakil76202 жыл бұрын
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.
@sohaibilyas3 жыл бұрын
salam said brother, your book laravel queues omg thats just on another level, it helped a lot, thanks
@MustafaAbdelrhman-ex9pkАй бұрын
فخر العرب بجد 👏
@tiagotheoliveira3 жыл бұрын
Very nice! I implemented queue in some projects, works like a charm.
@themsaid3 жыл бұрын
It's magic :)
@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
@ineinfotechservices8 ай бұрын
very nice explanation, I appreciate the way you explained is very nice.
@ultrasys Жыл бұрын
There's ONE thing in this video that's priceless: the public failed() method. Thanks!
@nabeelyousafpasha3 жыл бұрын
Son of a "Beach" and Laravel Queues in Actions Both are Love Respect from Pakistan
@themsaid3 жыл бұрын
haha ... Gratitude from Egypt :)
@GarethLategan2 жыл бұрын
What an absolutely brilliant explanation. Fantastic work!
@esraaabdelaziz4853 жыл бұрын
Thank you for this amazing explanation really helped me
@GergelyCsermely3 жыл бұрын
Thank You! Very good tutorial.
@bahramsadin74013 жыл бұрын
perfect 👌 LARAVEL❤️
@AddMotionLeb3 жыл бұрын
Thank mouhamed for great content. Ya3tik l 3afieh. But a little minor comment could you please make the font bigger in the code. Thanks
@themsaid3 жыл бұрын
Sure. I forgot to enlarge the font this time. Sorry :D
@DanielŚmigiela3 жыл бұрын
Nice desk. I love big place to work :)
@ayazahamed8254 Жыл бұрын
Very well explained👌
@Zabihullah_Danish3 жыл бұрын
Hi Dear Mohammad Said please make a video on Laravel Blade component and explain overall the Blade components in detail.
@themsaid3 жыл бұрын
I haven't used Blade in ages I'm afraid :D Need to re-discover it.
@kennethkipchumba2532 Жыл бұрын
@@themsaid what's your frontend favorite ?
@codelaravel3 жыл бұрын
Good efforts @Said
@themsaid3 жыл бұрын
Thanks :)
@khanhphan-ci4lt28 күн бұрын
Great appriciate, thank you
@MUHAMMADUSMAN-rx9df9 ай бұрын
Thanks for your contribution
@zubayerhossain76463 жыл бұрын
Great explanation!
@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 Жыл бұрын
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 Жыл бұрын
[ Alt ] + [ Home ] does something similar in my version 3-Jan-2024
@Sub_Boi Жыл бұрын
Thank you, man.
@Max95Cohen3 жыл бұрын
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.
@themsaid3 жыл бұрын
It works in sequential. First in first out.
@Max95Cohen3 жыл бұрын
@@themsaid thank you very much. What about a retryAfter attribute in Job class. I guess, it not working.
@manutheyogaboy.57626 ай бұрын
Hello Nice, one query - How to check queue work is running or not in backend ?
@aldrinjohnencina6153 Жыл бұрын
thank you a lot for this tutorial
@hariprasath66745 ай бұрын
i tried same but it is immediately responding and no data insert in jobs table
@usanzadunje3 жыл бұрын
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.
@themsaid3 жыл бұрын
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 Жыл бұрын
Thank you very much!
@Benjamin-vx2ot2 жыл бұрын
any reason why "function failed(..." does not get called?
@themanishtiwari5 ай бұрын
How can we do this on the shared hosting
@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
@Max95Cohen3 жыл бұрын
Hi Mohamed! Job class method retryUntil not working. Can you explain how is it work?
@tahirrasheed2003 жыл бұрын
How to resolve singleton binding? please help
@codelaravel3 жыл бұрын
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.
@seydinaousmanetoure87102 жыл бұрын
Hi guys! Is laravel queue mean asynchronous programming in laravel? I am a bit lost
@ahooahooo Жыл бұрын
Your are better then ChatGPT
@fahnleindieselschweif50223 жыл бұрын
the queue isnt the problem, I am struggeling with the worker on a shared host...