Package python3-module-celery: Information
Source package: python3-module-celery
Version: 5.6.2-alt1
Build time: Mar 13, 2026, 08:47 AM in the task #411115
Category: Development/Python3
Report package bugHome page: https://github.com/celery/celery
License: BSD License
Summary: Celery is an open source asynchronous task queue/job queue based on distributed message passing
Description:
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 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.
List of RPM packages built from this SRPM:
python3-module-celery (x86_64, i586, aarch64)
python3-module-celery-sphinx (x86_64, i586, aarch64)
python3-module-celery (x86_64, i586, aarch64)
python3-module-celery-sphinx (x86_64, i586, aarch64)
Maintainer: Vitaly Lipatov
List of contributors:
Vitaly Lipatov
Michael Shigorin
Grigory Ustinov
Aleksei Nikiforov
Stanislav Levin
Lenar Shakirov
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Slava Dubrovskiy
Vitaly Lipatov
Michael Shigorin
Grigory Ustinov
Aleksei Nikiforov
Stanislav Levin
Lenar Shakirov
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Slava Dubrovskiy
Last changed
March 12, 2026 Vitaly Lipatov 5.6.2-alt1
- new version 5.6.2
March 12, 2026 Vitaly Lipatov 5.4.0-alt1
- new version 5.4.0
Dec. 19, 2024 Michael Shigorin 5.3.6-alt2
- E2K: skip eventlet dependency (not available so far) - minor spec cleanup (see also ALT#46206)