celery==5.6.3
# Distributed Task Queue.
$ pip install celery
downloads/wk
0
license
BSD-3-Clause
version
5.6.3
python
>=3.9
What is celery?
Celery is a Python library for running tasks asynchronously across distributed workers, allowing you to offload time-consuming operations from your main application. Developers use it to process background jobs, handle scheduled tasks, and scale workloads across multiple machines by queuing tasks and executing them independently. It works with message brokers like RabbitMQ or Redis to manage communication between your application and worker processes.
Keywords
Dependencies (43)
billiard
kombu
vine
click
click-didyoumean
click-repl
click-plugins
python-dateutil
exceptiongroup
tzlocal
pyArango
cryptography
azure-storage-blob
azure-identity
brotlipy
brotli
cassandra-driver
python-consul2
pydocumentdb
couchbase
pycouchdb
Django
boto3
elasticsearch
elastic-transport
eventlet
gevent
google-cloud-storage
grpcio
google-cloud-firestore
librabbitmq
pylibmc
python-memcached
pydantic
pyro4
pytest-celery
softlayer_messaging
ephem
pycurl
urllib3
tblib
kazoo
zstandard
Author
Ask Solem