Name: | python3-celery |
---|---|
Version: | 4.3.0 |
Release: | 5.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 2655815 |
License: | BSD |
RPM: | python3-celery-4.3.0-5.el8.noarch.rpm |
Source RPM: | python-celery-4.3.0-5.el8.src.rpm |
Build Date: | Wed Apr 15 2020 |
Build Host: | jenkins-10-147-72-125-9c566eeb-e4e5-48df-9f83-437ea0d1993a.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://celeryproject.org |
Summary: | Distributed Task Queue |
Description: | 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 using multiprocessing, Eventlet or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day. Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using web hooks. 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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Rebuilt for Python 3.8.0rc1 (#1748018)
- Rebuilt for Python 3.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Update to 4.3.0
- Drop python2-celery, as nothing was using it and it fails to install (#1716370).
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Drop old, unused dependencies from Python 2 subpackage
- Switch celery binary to Python 3 in F30+ - Switch to bconds for controlling the build - Drop unused macro
- Update to 4.2.1 (#1602746). - https://github.com/celery/celery/blob/v4.2.1/Changelog - Correct documentation license to CC-BY-SA.