Table of Contents
https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/
“Celery is an asynchronous task queue/job #queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.” For this post, we will focus on the scheduling feature to periodically run a job/task.