07 - The Queue Component in

Поделиться
HTML-код
  • Опубликовано: 6 сен 2021
  • НаукаНаука

Комментарии • 51

  • @sohaibilyas
    @sohaibilyas 2 года назад +2

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

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

  • @jemaleakil7620
    @jemaleakil7620 Год назад +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.

  • @GergelyCsermely
    @GergelyCsermely 2 года назад +1

    Thank You! Very good tutorial.

  • @esraaabdelaziz485
    @esraaabdelaziz485 2 года назад +1

    Thank you for this amazing explanation really helped me

  • @KoussayFridhi
    @KoussayFridhi 2 года назад +10

    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 2 года назад

      Glad you find my content helpful :)

    • @TapanDas-xc8nx
      @TapanDas-xc8nx 7 месяцев назад

      ​@@themsaid😊

    • @eshayz
      @eshayz 3 месяца назад

      I feel exactly the same 😂

  • @zubayerhossain7646
    @zubayerhossain7646 2 года назад

    Great explanation!

  • @tiagooliveira14
    @tiagooliveira14 2 года назад +2

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

    • @themsaid
      @themsaid 2 года назад +1

      It's magic :)

  • @ineinfotechservices
    @ineinfotechservices Месяц назад

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

  • @ayazahamed8254
    @ayazahamed8254 8 месяцев назад

    Very well explained👌

  • @bahramsadin7401
    @bahramsadin7401 2 года назад +2

    perfect 👌
    LARAVEL❤️

  • @MUHAMMADUSMAN-rx9df
    @MUHAMMADUSMAN-rx9df 2 месяца назад

    Thanks for your contribution

  • @GarethLategan
    @GarethLategan Год назад +1

    What an absolutely brilliant explanation. Fantastic work!

  • @nabeelyousafpasha
    @nabeelyousafpasha 2 года назад +2

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

    • @themsaid
      @themsaid 2 года назад +1

      haha ... Gratitude from Egypt :)

  •  2 года назад

    Nice desk. I love big place to work :)

  • @ultrasys
    @ultrasys 11 месяцев назад

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

  • @Sub_Boi
    @Sub_Boi 5 месяцев назад

    Thank you, man.

  • @aldrinjohnencina6153
    @aldrinjohnencina6153 4 месяца назад

    thank you a lot for this tutorial

  • @muhammadumarsotvoldiev8768
    @muhammadumarsotvoldiev8768 5 месяцев назад

    Thank you very much!

  • @codelaravel
    @codelaravel 2 года назад +1

    Good efforts @Said

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

  • @AddMotionLeb
    @AddMotionLeb 2 года назад +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 2 года назад +2

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

  • @Benjamin-vx2ot
    @Benjamin-vx2ot 2 года назад

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

  • @seydinaousmanetoure8710
    @seydinaousmanetoure8710 2 года назад

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

  • @Zabihullah_Danish
    @Zabihullah_Danish 2 года назад +1

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

    • @themsaid
      @themsaid 2 года назад +2

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

    • @kennethkipchumba2532
      @kennethkipchumba2532 10 месяцев назад

      @@themsaid what's your frontend favorite ?

  • @p30mehrdad
    @p30mehrdad 2 года назад

    thanks

  • @tahirrasheed200
    @tahirrasheed200 2 года назад

    How to resolve singleton binding? please help

  • @usanzadunje
    @usanzadunje 2 года назад

    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 года назад +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

  • @ahooahooo
    @ahooahooo 8 месяцев назад

    Your are better then ChatGPT

  • @user-el8fz1fq5r
    @user-el8fz1fq5r 10 месяцев назад

    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 6 месяцев назад

      [ Alt ] + [ Home ] does something similar in my version 3-Jan-2024

  • @Max95Cohen
    @Max95Cohen 2 года назад +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 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.

  • @Max95Cohen
    @Max95Cohen 2 года назад

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

  • @amitsolanki9363
    @amitsolanki9363 8 месяцев назад

    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

  • @codelaravel
    @codelaravel 2 года назад +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.

  • @fahnleindieselschweif5022
    @fahnleindieselschweif5022 2 года назад

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

  • @ReuseCode
    @ReuseCode 2 года назад +1

    First comment

  • @dadokrstic
    @dadokrstic Год назад

    Great explanation!