[Python-modules-team] celery_2.4.5-1_i386.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Tue Dec 27 17:17:28 UTC 2011
(new) celery_2.4.5-1.debian.tar.gz optional python
(new) celery_2.4.5-1.dsc optional python
(new) celery_2.4.5.orig.tar.gz optional python
(new) python-celery-doc_2.4.5-1_all.deb optional doc
async task/job queue based on message passing (Documentation)
Celery is an open source asynchronous 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 one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
.
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
.
This package contains the documentation.
(new) python-celery_2.4.5-1_all.deb optional python
async task/job queue based on message passing
Celery is an open source asynchronous 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 one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
.
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
Changes: celery (2.4.5-1) unstable; urgency=low
.
* Initial release (Closes: #526350)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 526350
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the Python-modules-team
mailing list