Celery

From Free Software Directory
Jump to: navigation, search


[edit]

Celery

http://www.celeryproject.org/
async task/job queue based on message passing (daemons)

Celery is an 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 init scripts to start the celery daemons.





Licensing

License

Verified by

Verified on

Notes

Verified by

Debian: Michael Fladischer <FladischerMichael@fladi.at>

Verified on

21 October 2014

Notes

License: bsd-2-clause

License

Other

Verified by

Debian: Michael Fladischer <FladischerMichael@fladi.at>

Verified on

21 October 2014

Notes

License: psf-2




Leaders and contributors

Contact(s)Role
Ask Solem contact


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/celery
Python (Ref)https://pypi.org/project/celery
Ruby (Ref)https://rubygems.org/gems/celery


Software prerequisites




Entry











"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.








Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/celery

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.