Celery for asynchronous tasks in Django

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 15

  • @seandenny6430
    @seandenny6430 ปีที่แล้ว +4

    The worst part about Django + Celery is deployment. It's very challenging to manage deploying celery with a taks worker like rabbitmq or redis. Do you have any thoughts on that? It would be great if you could do a follow up video with a single project with celery that you deploy to a cloud service like AWS (say ElasticBeanstalk) or any alternative service even GCloud. Thanks for your work on this!

    • @djangoroad
      @djangoroad  ปีที่แล้ว +5

      Hi, thanks for the feedback and that's a good idea. I'll do a followup video on deployment.

    • @jayp9158
      @jayp9158 ปีที่แล้ว +1

      Just use docker my man, is not hard

    • @code_ho
      @code_ho 10 หลายเดือนก่อน +1

      Dockerize and store the state in a database so the workers will still continue to work on the last remaining tasks so that when you update or deploy your django version it will store the last state and continue.

  • @rajeshkarn2390
    @rajeshkarn2390 ปีที่แล้ว +2

    Thank you so much. ❣️

  • @AnantaAkash.Podder
    @AnantaAkash.Podder ปีที่แล้ว

    Mam, your Explanation are very well... ❤️❤️ And thank you very Much... Keep doing this type pf Deep Knowledge Videos☺️☺️

    • @djangoroad
      @djangoroad  ปีที่แล้ว +1

      Thanks for watching and thanks for the feedback!

  • @warreninganji7881
    @warreninganji7881 6 หลายเดือนก่อน

    What could cause the worker to not succeed in executing the task, but it shows it has received?

  • @x20x200
    @x20x200 ปีที่แล้ว

    Thank you.

  • @vb5251
    @vb5251 ปีที่แล้ว

    Can we use the django models and ORM within the celery task as normal?

  • @aashayamballi
    @aashayamballi ปีที่แล้ว

    Thank you..

  • @adityanjsg99
    @adityanjsg99 ปีที่แล้ว

    Crisply covered!

  • @iwilldowhatiwannado843
    @iwilldowhatiwannado843 ปีที่แล้ว

    thank you so much!