celery 4.2.1-5ubuntu1 source package in Ubuntu
Changelog
celery (4.2.1-5ubuntu1) focal; urgency=medium * Fix tests under Python 3.8. * set -e in autopkgtests. -- Stefano Rivera <email address hidden> Sun, 02 Feb 2020 11:55:25 +0100
Upload details
- Uploaded by:
- Stefano Rivera
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
celery_4.2.1.orig.tar.gz | 1.3 MiB | 1d13fbc6adf00ed0dc2a9eaeaf9637fa5551c86bef7019761c1e3cc9fedf70d1 |
celery_4.2.1-5ubuntu1.debian.tar.xz | 28.5 KiB | 8aa2a0f02e62b2b8b79fd29e6e8b7939087458d0155b86db69daeb491809df65 |
celery_4.2.1-5ubuntu1.dsc | 2.3 KiB | 4850f4dec364f129774cbd40d30de27bfa43ddddae65199cb85fbf0acef501f8 |
Available diffs
Binary packages built by this source
- python-celery-common: async task/job queue based on message passing (common files)
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 common files of the library.
- python-celery-doc: No summary available for python-celery-doc in ubuntu groovy.
No description available for python-celery-doc in ubuntu groovy.
- python3-celery: No summary available for python3-celery in ubuntu groovy.
No description available for python3-celery in ubuntu groovy.