Using Celery task to generate data for a view
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.
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.