Managed Projects

celery

  Analyzed about 2 months ago

celery is a distributed task queue framework for Django. It is used for executing tasks asynchronously, routed to one or more worker servers, running concurrently using multiprocessing. It is designed to solve certain problems related to running websites demanding high-availability and ... [More] performance. It is perfect for filling caches, posting updates to twitter, mass downloading data like syndication feeds or web scraping. Use-cases are plentiful. Implementing these features asynchronously using celery is easy and fun, and the performance improvements can make it more than worthwhile. [Less]

74.6K lines of code

0 current contributors

3 months since last commit

32 users on Open Hub

Activity Not Available
5.0
 
I Use This