py3-celery-5.5.3p1
distributed task queue
Back to search · Project homepage
Description
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.
Package information
- Ports path
- sysutils/py-celery
- Package architecture
- amd64
- Maintainer
- The OpenBSD ports mailing-list <ports@openbsd.org>
- Categories
- sysutils, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, sparc64, alpha, hppa
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
- devel/py-billiard STEM->=4.2.1,<5.0
- devel/py-click STEM->=8.1.2,<9.0
- devel/py-click-didyoumean STEM->=0.3.0
- devel/py-click-plugins STEM->=1.1.1
- devel/py-click-repl STEM->=0.2.0
- devel/py-dateutil STEM->=2.8.2
- devel/py-vine STEM->=5.1.0,<6.0
- net/py-kombu STEM->=5.5.2,<5.6
- lang/python/3
Build
- lang/python/3
- devel/py-build
- devel/py-installer
- devel/py-setuptools py3-setuptools->=79v0
- devel/py-wheel
Test
- devel/py-pydantic
- devel/py-test-celery
- devel/py-test-subtests
- devel/py-test-timeout
- databases/py-mongo
- net/py-boto3
- net/py-dnspython
- net/py-moto
- security/py-cryptography
- devel/py-billiard STEM->=4.2.1,<5.0
- devel/py-click STEM->=8.1.2,<9.0
- devel/py-click-didyoumean STEM->=0.3.0
- devel/py-click-plugins STEM->=1.1.1
- devel/py-click-repl STEM->=0.2.0
- devel/py-dateutil STEM->=2.8.2
- devel/py-vine STEM->=5.1.0,<6.0
- net/py-kombu STEM->=5.5.2,<5.6
- lang/python/3
- devel/py-test
Used by (2 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.