12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- =================================
- 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`_.
- Getting Started
- ===============
- - If you are new to Celery you can get started by following
- the :ref:`first-steps` tutorial.
- - You can also check out the :ref:`FAQ <faq>`.
- .. _`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
- 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`
|