Import devel/bugzilla50 version 5.0
[dports.git] / devel / py-celery / pkg-descr
1 Celery is an open source asynchronous task queue/job queue based on distributed
2 message passing. It is focused on real-time operation, but supports scheduling
3 as well.
4
5 The execution units, called tasks, are executed concurrently on one
6 or more worker nodes. Tasks can execute asynchronously (in the
7 background) or synchronously (wait until ready).
8
9 Celery is written in Python, but the protocol can be implemented
10 in any language. It can also operate with other languages using
11 webhooks.
12
13 The recommended message broker is RabbitMQ, but limited support for Redis,
14 Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
15 ORM) is also available.
16
17 WWW: https://pypi.python.org/pypi/celery/