Using Celery task to generate data for a view

Using Celery task to generate data for a view

Articles
In this article we'll solve a problem when a view is taking too long to generate the response by moving actual data generation into the Celery task.