Skip to content

Latest commit

 

History

History
executable file
·
63 lines (44 loc) · 1.24 KB

index.rst

File metadata and controls

executable file
·
63 lines (44 loc) · 1.24 KB

Celery - 分布式任务队列

Celery 是一个简单、灵活且可靠的,处理大量消息的分布式系统,并且提供 维护这样一个系统的必需工具。

它是一个专注于实时处理的任务队列,同时也支持任务调度。

Celery 有广泛、多样的用户与贡献者社区,你可以通过 :ref:`IRC <irc-channel>` 或是 :ref:`邮件列表 <mailing-list>` 加入我们。

Celery 是开源的,使用 BSD 许可证 授权。

入门

目录

.. toctree::
    :maxdepth: 1

    copyright

.. toctree::
    :maxdepth: 2

    getting-started/index
    userguide/index

.. toctree::
    :maxdepth: 1

    configuration
    django/index
    contributing
    community
    tutorials/index
    faq
    changelog
    whatsnew-3.1
    whatsnew-3.0
    whatsnew-2.5
    reference/index
    internals/index
    history/index
    glossary


索引和附表