celery is a distributed task queue framework for Django.
Installation
pip install celery
or
easy_install celery
or
python setup.py build
python setup.py install # as root
Product's homepage
Requirements:
· Python
· Django
What's New in This Release: [ read full changelog ]
· It's getting quite stable, with a lot of new features, so bump version to 0.2. This is a pre-release.
· celery.task.mark_as_read() and celery.task.mark_as_failure() has been removed. Use celery.backends.default_backend.mark_as_read(), and celery.backends.default_backend.mark_as_failure() instead.