07 - The Queue Component in

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 54

  • @jemaleakil7620
    @jemaleakil7620 2 роки тому +1

    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.

  • @koossaayy
    @koossaayy 3 роки тому +11

    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 8 місяців тому

      I feel exactly the same 😂

  • @sohaibilyas
    @sohaibilyas 3 роки тому +2

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

  • @ineinfotechservices
    @ineinfotechservices 6 місяців тому

    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 роки тому +2

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

    • @themsaid
      @themsaid 3 роки тому +1

      haha ... Gratitude from Egypt :)

  • @tiagotheoliveira
    @tiagotheoliveira 3 роки тому +2

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

    • @themsaid
      @themsaid 3 роки тому +1

      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

  • @GarethLategan
    @GarethLategan 2 роки тому +1

    What an absolutely brilliant explanation. Fantastic work!

  • @esraaabdelaziz485
    @esraaabdelaziz485 3 роки тому +1

    Thank you for this amazing explanation really helped me

  • @ayazahamed8254
    @ayazahamed8254 Рік тому

    Very well explained👌

  • @codelaravel
    @codelaravel 3 роки тому +1

    Good efforts @Said

  • @GergelyCsermely
    @GergelyCsermely 3 роки тому +1

    Thank You! Very good tutorial.

  • @DanielŚmigiela
    @DanielŚmigiela 3 роки тому

    Nice desk. I love big place to work :)

  • @Zabihullah_Danish
    @Zabihullah_Danish 3 роки тому +1

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

    • @themsaid
      @themsaid 3 роки тому +2

      I haven't used Blade in ages I'm afraid :D Need to re-discover it.

    • @kennethkipchumba2532
      @kennethkipchumba2532 Рік тому

      @@themsaid what's your frontend favorite ?

  • @AddMotionLeb
    @AddMotionLeb 3 роки тому +2

    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 роки тому +2

      Sure. I forgot to enlarge the font this time. Sorry :D

  • @zubayerhossain7646
    @zubayerhossain7646 3 роки тому

    Great explanation!

  • @bahramsadin7401
    @bahramsadin7401 3 роки тому +2

    perfect 👌
    LARAVEL❤️

  • @MUHAMMADUSMAN-rx9df
    @MUHAMMADUSMAN-rx9df 7 місяців тому

    Thanks for your contribution

  • @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?

  • @manutheyogaboy.5762
    @manutheyogaboy.5762 4 місяці тому

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

  • @Max95Cohen
    @Max95Cohen 3 роки тому +1

    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.

  • @hariprasath6674
    @hariprasath6674 3 місяці тому

    i tried same but it is immediately responding and no data insert in jobs table

  • @SyedAli-n4b
    @SyedAli-n4b Рік тому

    great job laravel

  • @Max95Cohen
    @Max95Cohen 3 роки тому

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

  • @Benjamin-vx2ot
    @Benjamin-vx2ot 2 роки тому

    any reason why "function failed(..." does not get called?

  • @themanishtiwari
    @themanishtiwari 3 місяці тому

    How can we do this on the shared hosting

  • @Sub_Boi
    @Sub_Boi 10 місяців тому

    Thank you, man.

  • @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 11 місяців тому

      [ 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 3 роки тому +1

      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

  • @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

  • @seydinaousmanetoure8710
    @seydinaousmanetoure8710 2 роки тому

    Hi guys! Is laravel queue mean asynchronous programming in laravel? I am a bit lost

  • @aldrinjohnencina6153
    @aldrinjohnencina6153 9 місяців тому

    thank you a lot for this tutorial

  • @fahnleindieselschweif5022
    @fahnleindieselschweif5022 3 роки тому +1

    the queue isnt the problem, I am struggeling with the worker on a shared host...

  • @codelaravel
    @codelaravel 3 роки тому +1

    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.

  • @tahirrasheed200
    @tahirrasheed200 3 роки тому

    How to resolve singleton binding? please help

  • @muhammadumarsotvoldiev8768
    @muhammadumarsotvoldiev8768 10 місяців тому

    Thank you very much!

  • @ahooahooo
    @ahooahooo Рік тому

    Your are better then ChatGPT

  • @p30mehrdad
    @p30mehrdad 3 роки тому

    thanks

  • @ReuseCode
    @ReuseCode 3 роки тому +1

    First comment

  • @dadokrstic
    @dadokrstic Рік тому

    Great explanation!