Python Celery Distributed Task Queue | End to End Application with Celery

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

КОМЕНТАРІ • 18

  • @Vijay-Yarramsetty
    @Vijay-Yarramsetty 2 місяці тому

    the part where you explained about how celery used all the cores of the machine by default to support multiprocessing is very well done. thank you sir.

  • @OswaldChisala
    @OswaldChisala 2 місяці тому

    this was an incredibly well articulated video!

  • @ahrorgaibnazarov3214
    @ahrorgaibnazarov3214 2 місяці тому

    Very easy to understand, thank you

  • @ketankumar5689
    @ketankumar5689 4 місяці тому +1

    I have one silly doubt at 19:45 . When, you ran the script, why did the second print statement for write_log also take 5 seconds if sleep(5) was implemented for TaskQueue ?

  • @shimotown
    @shimotown 11 днів тому

    can you post a repo?

  • @duanyrf
    @duanyrf 7 місяців тому

    Other question: How can I call an async function from inside of a celery task function? Is it possible?

  • @gayathrinandhana3775
    @gayathrinandhana3775 2 місяці тому

    how r u running it on the vscode terminal? its very confusing
    what is that long command you are running on the vsc terminal at 11.00?????????

  • @duanyrf
    @duanyrf 7 місяців тому

    Great explanation, sir. But, What if I want to one task call another task passing a JSON object as a message between them? Is It possible and How is it? Thank you.

  • @wcosteiro8690
    @wcosteiro8690 Місяць тому

    Hi, how can I access the material you use in Pycon24? Thank you.

    • @Cognitive-Programmer
      @Cognitive-Programmer  Місяць тому

      Thanks for your comment - Here is the GitHub link for the same github.com/CognitiveProgrammer/PyCon2024-Celery

    • @wcosteiro8690
      @wcosteiro8690 Місяць тому

      @@Cognitive-Programmer thank you so much

  • @Sparshchokra
    @Sparshchokra 6 місяців тому +1

    Sir, Can this task queue be Kafka as well?

    • @Cognitive-Programmer
      @Cognitive-Programmer  5 місяців тому

      Not officially supported, but I believe there are some ways to implement it. I'm sorry, I'm not so sure on this.

  • @Vijay-Yarramsetty
    @Vijay-Yarramsetty 2 місяці тому

    CFBR