Celery for asynchronous tasks in Django

Описание к видео Celery for asynchronous tasks in Django

Offloading long running processes to a task manager is a good practice that will improve the user's experience with your Django app.
In this video, I'll show you how to integrate Celery in your Django project.

Chapters:
--------------
0:00 asynchronous/synchronous server interaction
0:54 what is Celery
1:07 how it works
1:41 the setup components
2:07 Celery simple example
4:39 implement Celery in Django
8:00 viewing results in browser
8:35 outro

Комментарии

Информация по комментариям в разработке