--- id: celery version: "5.6.3" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # celery — Distributed Task Queue. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install celery uv add celery poetry add celery ## Description .. image:: https://docs.celeryq.dev/en/latest/_images/celery-banner-small.png |build-status| |coverage| |license| |wheel| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge| :Version: 5.6.3 (recovery) :Web: https://docs.celeryq.dev/en/stable/index.html :Download: https://pypi.org/project/celery/ :Source: https://github.com/celery/celery/ :DeepWiki: |deepwiki| :Keywords: task, queue, job, async, rabbitmq, amqp, redis, python, distributed, actors Donations ========= Open Collective --------------- .. image:: https://opencollective.com/static/images/opencollectivelogo-footer-n.svg :alt: Open Collective logo :width: 200px `Open Collective `_ is our community-powered funding platform that fuels Celery's ongoing development. Your sponsorship directly supports improvements, maintenance, and innovative features that keep Celery robust and reliable. For enterprise ============== Available as part of the Tidelift Subscription. The maintainers of ``celery`` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications.... ## AI interpretation — verify before relying Celery is a distributed task queue that enables asynchronous job execution across multiple workers and machines using message brokers like RabbitMQ or Redis. Verdict: Celery is a mature, actively maintained distributed task queue in the top 1000 PyPI packages with no known vulnerabilities. Its permissive BSD-3-Clause license and low install friction make it a reliable choice for async job processing, though you must provision and manage a message broker separately. [View on SkillFed](https://skillfed.io/packages/celery) · [View on PyPI](https://pypi.org/project/celery/)