
celery 5.6.2
0
Distributed Task Queue.
Contents
Distributed Task Queue.
Stars: 28029, Watchers: 28029, Forks: 4948, Open Issues: 771The celery/celery repo was created 16 years ago and the last code push was 12 hours ago.
The project is extremely popular with a mindblowing 28029 github stars!
How to Install celery
You can install celery using pip
pip install celery
or add it to a project with poetry
poetry add celery
Package Details
- Author
- Ask Solem
- License
- BSD-3-Clause
- Homepage
- https://docs.celeryq.dev/
- PyPi:
- https://pypi.org/project/celery/
- Documentation:
- https://docs.celeryq.dev/en/stable/
- GitHub Repo:
- https://github.com/celery/celery
Classifiers
- Software Development/Object Brokering
- System/Distributed Computing
Related Packages
Errors
A list of common celery errors.
Code Examples
Here are some celery code examples and snippets.
GitHub Issues
The celery package has 771 open issues on GitHub
- Handle node shutdowns concurrently
- Doc: Migration guideline from 4.x to 5.x should add more description for gevent user.
- build(docker): install Rust toolchain to support pydantic-core on PyPy
- Bug Fix - Issue #9940 Celery not publishing via default exchange when task_default_exchange is configured
- Add celery backend based on django 6 tasks
- Docker Build Failure - pypy3.11 and pydantic-core >=2.4 issues
- Bump pytest from 8.4.2 to 9.0.2
- Update elastic-transport requirement from <=9.1.0 to <=9.2.1
- Bump isort from 6.1.0 to 7.0.0
- Bump sphinx-click from 6.0.0 to 6.2.0
- Celery + Gevent does not yield when delaying tasks
- Add redis-py DriverInfo support to Redis backend
- Fix LoggingProxy to reassemble fragmented stderr writes into full lines
- Add
__class_getitem__to generic classes - Remove deprecated args from redis get_connection call
pythonfix







