Getting Started With Django Celery Beat

preview_player
Показать описание
In this video I talk about how to integrate Django Celery Beat into an existing Django Celery project.

Рекомендации по теме
Комментарии
Автор

Thank you so much. What's your favorite between Flask and Django ? It's very hard for me to choose one when i want to start a new project 😅

benabdoulnassirekabore
Автор

How do i set up the timezone?
I do not want celery to get UTC time.
Thanks for any comments/advices

DagoGallo
Автор

wierd my task wont start, however if scheduled (beats) it runs like a charm

airubens
Автор

please if you can make video on how to deploy celery on vps


at this time I can't pay for the coaching

alexdin
Автор

The imports from the model is not working it's throwing the errors as there's is nothing called these tables

jitjena
Автор

Why do background tasks require an endpoint (urls.py)? Surely those can then be triggered by public users (if they guess the endpoint correctly
)? I would have thought that background tasks simply live withing tasks.py and are triggered my the application without exposing an endpoint ... ?

reelingua