index.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. =================================
  2. Celery - Distributed Task Queue
  3. =================================
  4. Celery is a simple, flexible, and reliable distributed system to
  5. process vast amounts of messages, while providing operations with
  6. the tools required to maintain such a system.
  7. It's a task queue with focus on real-time processing, while also
  8. supporting task scheduling.
  9. Celery has a large and diverse community of users and contributors,
  10. you should come join us :ref:`on IRC <irc-channel>`
  11. or :ref:`our mailing-list <mailing-list>`.
  12. Celery is Open Source and licensed under the `BSD License`_.
  13. Donations
  14. =========
  15. This project relies on your generous donations.
  16. If you are using Celery to create a commercial product, please consider becoming our `backer`_ or our `sponsor`_ to ensure Celery's future.
  17. We also offer priority support for those who will become our **`Silver`_** or **`Gold`_** sponsors.
  18. .. _`backer`: https://opencollective.com/celery#backer
  19. .. _`sponsor`: https://opencollective.com/celery#sponsor
  20. .. _`Silver`: https://opencollective.com/celery/order/5153
  21. .. _`Gold`: https://opencollective.com/celery/order/5152
  22. Getting Started
  23. ===============
  24. - If you're new to Celery you can get started by following
  25. the :ref:`first-steps` tutorial.
  26. - You can also check out the :ref:`FAQ <faq>`.
  27. .. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
  28. Contents
  29. ========
  30. .. toctree::
  31. :maxdepth: 1
  32. copyright
  33. .. toctree::
  34. :maxdepth: 2
  35. getting-started/index
  36. userguide/index
  37. .. toctree::
  38. :maxdepth: 1
  39. django/index
  40. contributing
  41. community
  42. tutorials/index
  43. faq
  44. changelog
  45. whatsnew-4.2
  46. reference/index
  47. internals/index
  48. history/index
  49. glossary
  50. Indices and tables
  51. ==================
  52. * :ref:`genindex`
  53. * :ref:`modindex`
  54. * :ref:`search`