By the end of this tutorial, you'll be able to integrate Celery with Django. Celery is a task queue system that runs asynchronous tasks or schedules tasks.
Furthermore, You will learn how to install and configure Redis, a message broker for Celery and Django.
We will use Celery to automate Database updates to our Players' Model.
0:00 Intro
1:20 Celery & Redis
3:07 Celery app
6:56 shared tasks
10:13 schedule tasks
17:08 atomic transactions
Full Player Dataset - https://bit.ly/3LsY3cv
GitHub - https://bit.ly/3W9kpVt