1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
=================================
Celery - Distributed Task Queue
=================================
Celery is a simple, flexible, and reliable distributed system to
process vast amounts of messages, while providing operations with
the tools required to maintain such a system.
It's a task queue with focus on real-time processing, while also
supporting task scheduling.
Celery has a large and diverse community of users and contributors,
you should come join us :ref:`on IRC <irc-channel>`
or :ref:`our mailing-list <mailing-list>`.
Celery is Open Source and licensed under the `BSD License`_.
Donations
=========
This project relies on your generous donations.
If you are using Celery to create a commercial product, please consider becoming our `backer`_ or our `sponsor`_ to ensure Celery's future.
.. _`backer`: https://opencollective.com/celery#backer
.. _`sponsor`: https://opencollective.com/celery#sponsor
Getting Started
===============
- If you're 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: 1
copyright
.. toctree::
:maxdepth: 2
getting-started/index
userguide/index
.. toctree::
:maxdepth: 1
django/index
contributing
community
tutorials/index
faq
changelog
whatsnew-5.0
reference/index
internals/index
history/index
glossary
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|