タグ

ブックマーク / www.celeryproject.org (1)

  • Homepage | Celery: Distributed Task Queue

    This document describes the current stable version of Celery (5.3). For development docs, go here. 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

    suzukiMY
    suzukiMY 2017/04/25
    分散メッセージ・パッシングに基づく非同期タスク/ジョブ・キュー。リアルタイム操作にフォーカスしてるがスケジューリングもサポート。Webフレームワークとの統合が容易。Python製だが他言語でも実装可能。
  • 1