Creating Asynchronous Tasks With Celery and Django - Real Python
Briefly

Integrate Celery into your app, you can send time-intensive tasks to Celery's task queue. That way, your web app can continue to respond quickly to users while Celery completes expensive operations asynchronously in the background.
In this video course, you'll learn how to: Recognize effective use cases for Celery, Differentiate between Celery beat and Celery workers, Integrate Celery and Redis in a Django project, Set up asynchronous tasks that run independently of your Django app, Refactor Django code to run a task with Celery instead.
Read at Realpython
[
add
]
[
|
|
]