123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- =================================
- Celery - Distributed Task Queue
- =================================
- Celery aims to be a fast, reliable and flexible, best-of-breed solution
- to process vast amounts of messages in a distributed fashion, while
- providing operations with the tools to maintain such a system.
- Celery is Open Source and licensed under the `BSD License`_.
- If you're new to Celery you can get started by following
- the :ref:`first-steps` tutorial.
- .. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
- Contents:
- .. toctree::
- :maxdepth: 2
- getting-started/index
- userguide/index
- .. toctree::
- :maxdepth: 1
- configuration
- django/index
- cookbook/index
- contributing
- community
- tutorials/index
- faq
- whatsnew-2.6
- whatsnew-2.5
- changelog
- reference/index
- internals/index
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|