软件包:python3-celery(5.4.0-2.1)
async task/job queue based on message passing (Python3 version)
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 Python 3 version of the library.
其他与 python3-celery 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-billiard (>= 4.0.2)
- Multiprocessing Pool Extensions for Python (Python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x
-
- dep: python3-click-didyoumean
- enables git-like did-you-mean feature in click
-
- dep: python3-click-plugins
- Click extension to register external CLI commands (Python 3)
-
- dep: python3-click-repl
- REPL plugin for Click - Python 3.x
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-ephem
- Compute positions of the planets and stars with Python
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- 或者 python3-supported-min (>= 3.8)
- 软件包暂时不可用
-
- dep: python3-kombu (>= 5.0)
- AMQP Messaging Framework for Python (Python3 version)
-
- dep: python3-memcache
- pure Python memcached client - Python 3.x
-
- dep: python3-pyparsing
- alternative to creating and executing simple grammars - Python 3.x
-
- dep: python3-tz
- Python3 version of the Olson timezone database
-
- dep: python3-vine (>= 5.0)
- Python promises (Python 3 version)
-
- sug: python-celery-doc
- async task/job queue based on message passing (Documentation)
-
- sug: python3-redis
- Persistent key-value database with network interface (Python 3 library)
-
- sug: python3-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python 3