I use celery to update RSS feeds in my news aggregation site. I use one @task for each feed, and things seem to work nicely.
There\'s a detail that I\'m not sure to
From the official documentation: Ensuring a task is only executed one at a time.