celery 4.2.1-5fakesync1 source package in Ubuntu
Changelog
celery (4.2.1-5fakesync1) eoan; urgency=medium * Fake sync due to mismatching orig tarball. -- Gianfranco Costamagna <email address hidden> Tue, 27 Aug 2019 10:13:01 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Eoan
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
celery_4.2.1.orig.tar.gz | 1.3 MiB | 1d13fbc6adf00ed0dc2a9eaeaf9637fa5551c86bef7019761c1e3cc9fedf70d1 |
celery_4.2.1-5fakesync1.debian.tar.xz | 27.8 KiB | 458a3a4be97d71a0d1b3462b8832e7f162c1a2b393086e916b2b6eab1eb269c8 |
celery_4.2.1-5fakesync1.dsc | 2.5 KiB | 76a331e4b26c8821670f2f44e5766a60cdc4985b1a1b6e0266ee8de6aa31a076 |
Available diffs
Binary packages built by this source
- python-celery-common: No summary available for python-celery-common in ubuntu eoan.
No description available for python-
celery- common in ubuntu eoan.
- python-celery-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.
- python3-celery: No summary available for python3-celery in ubuntu eoan.
No description available for python3-celery in ubuntu eoan.