Delay heavy tasks in Symfony with component Messenger

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

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

  • @goqorgrigoryan4520
    @goqorgrigoryan4520 Месяц назад +2

    after this I like Laravel more than ever

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

    Learned about the messenger component before one week or so and it is simply amazing.
    In a symfony project I did I built my own worker. But this component enhances the overall developer experience tremendously 🙏
    Cool video 👍

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

    it's more clear now, thanks man

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

    Awesome! Really like your style of explaining, compact but understandable!

  • @vcttai
    @vcttai 3 года назад +1

    I got the ideas of what Messenger look like. Thanks a lot.

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

    дякую)

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

      Будь ласка 🙂

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

    Thanks man, very clear and well done ! 👌

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

    Nice

  • @ghost91827
    @ghost91827 3 года назад +1

    Awesome, thanks!

    • @CapCoding
      @CapCoding  3 года назад

      Thanks! I am glad that you like it 🙂

  • @vdel8959
    @vdel8959 3 года назад

    hi, is there are reason why do you use Yoda conditions (6:52, line 15)?

    • @CapCoding
      @CapCoding  3 года назад

      Hi V Del, I get used to Yoda conditions. There is no specific reason to use it, except sometimes it saves you from stupid mistakes (but modern IDEAs usually warn you about them anyway)
      So it's up to you