Celery for asynchronous tasks in Django

Поділитися
Вставка
  • Опубліковано 14 жов 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.

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

  • @rajeshkarn2390
    @rajeshkarn2390 Рік тому +2

    Thank you so much. ❣️

  • @warreninganji7881
    @warreninganji7881 6 місяців тому

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

  • @vb5251
    @vb5251 Рік тому

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

  • @x20x200
    @x20x200 Рік тому

    Thank you.

  • @adityanjsg99
    @adityanjsg99 Рік тому

    Crisply covered!

  • @aashayamballi
    @aashayamballi Рік тому

    Thank you..

  • @iwilldowhatiwannado843
    @iwilldowhatiwannado843 Рік тому

    thank you so much!