Nestjs Queue Tasks (Background Jobs) Example

Sdílet
Vložit
  • čas přidán 26. 01. 2024
  • How to process long-running tasks in Nestjs using queues. One of the use cases is so the user-facing process is not blocked/delayed.
  • Věda a technologie

Komentáře • 4

  • @muawallace-tg2xl
    @muawallace-tg2xl Před 3 měsíci

    so sweet and straightforward

  • @gregscolumn
    @gregscolumn Před 6 měsíci

    This is a good tutorial, your video has helped alot. Please I have an issue with create user specific tables in my dB, where user can only see the data they added, and can only add data to their specified tables, can you please do a video explaining how this is done?
    🙏🏾

    • @muawallace-tg2xl
      @muawallace-tg2xl Před 3 měsíci

      hello @gregscolumn, how I wish I could provide some info which might be help resolve your issue regarding create user , before doing so, pls I will like to know if you are using relational databases or NoSQL ??

    • @gregscolumn
      @gregscolumn Před 3 měsíci

      ​@@muawallace-tg2xl thanks.
      I already found a solution on how I can do it.