NuxRef

python-django-celery - Django Celery Integration

Website: http://pypi.python.org/pypi/django-celery
License: BSD
Description:
django-celery provides Celery integration for Django; Using the Django ORM and
cache backend for storing results, autodiscovery of task modules for
applications listed in INSTALLED_APPS, and more.

Celery is a task queue/job queue based on distributed message passing. It is
focused on real-time operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently on a single or more
worker servers. Tasks can execute asynchronously (in the background) or
synchronously (wait until ready).

Packages

python-django-celery-3.2.1-1.el7.noarch [145 KiB] Changelog Chris Caron (2017-02-26):
- update to 3.2.1
- created patch to make a broken test compatible with celery v3.1.24