[Answered ]-Parallelizing tasks with django celery

2👍

I’m the author of Django Facebook and I encountered the same problem you have. I think the best solution would be to use eventlet if you want to request the urls in parallel (faster). We also use celery but we mainly use it for running things on the background.

Leave a comment