Celery for asynchronous tasks in Django

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

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

  • @rajeshkarn2390
    @rajeshkarn2390 Год назад +2

    Thank you so much. ❣️

  • @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 Год назад +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!

  • @warreninganji7881
    @warreninganji7881 7 месяцев назад

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

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

    Crisply covered!

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

    Thank you.

  • @sesburg
    @sesburg 22 дня назад

    5:30 I don't fully understand this, but hopefully it will make sense later

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

    thank you so much!

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

    Thank you..

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

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