python-celery
Port variant v13
Summary Distributed Task Queue (3.13)
Package version 5.5.1
Homepage https://docs.celeryq.dev/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 13 APR 2025, 01:05:16 UTC
Port created 02 FEB 2018, 15:29:04 UTC
Subpackage Descriptions
single What's a Task Queue? ==================== Task queues are used as a mechanism to distribute work across threads or machines. A task queue's input is a unit of work, called a task, dedicated worker processes then constantly monitor the queue for new work to perform. Celery communicates via messages, usually using a broker to mediate between clients and workers. To initiate a task a client puts a message on the queue, the broker then delivers the message to a worker. A Celery system can consist of multiple workers and brokers, giving way to high availability and horizontal scaling. Celery is written in Python, but the protocol can be implemented in any language. In addition to Python there's node-celery_ for Node.js, a `PHP client`_, `gocelery`_, gopher-celery_ for Go, and rusty-celery_ for Rust. Language interoperability can also be achieved by using webhooks in such a way that the client enqueues an URL to be requested by a worker. Backers ------- Thank you to all our backers! 🙏 [`Become a backer`_]
Configuration Switches (platform-specific settings discarded)
PY312 OFF Build using Python 3.12 PY313 ON Build using Python 3.13
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Runtime (only) python-billiard:single:v13
python-kombu:single:v13
python-vine:single:v13
python-click:single:v13
python-click-didyoumean:single:v13
python-click-repl:single:v13
python-click-plugins:single:v13
python-python-dateutil:single:v13
Download groups
main mirror://PYPIWHL/75/e4/9bc19817230cb88d35ff4dd4415dbb0666cca525875b4c577af47aaf59e9
Distribution File Information
9f4f9e57e36000c097c1b6f7a8ab29814b82771e5439836f83915823809729c8 438525 python-src/celery-5.5.1-py3-none-any.whl
Ports that require python-celery:v13
python-django-celery:v13 Old django celery integration project (3.13)