Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? celery とは セロリ。python job queue 処理のフレームワーク。worker daemon を待機させて async 処理の仕組みを作ったり、beat daemon を起動して定時バッチ処理を組んだりする。ドキュメントはよく整備されている。 RDBよりも効率よく backend は rabbitmq cluster や redis cluster を使う。RDB 使えるけど使わないのが best practice job の流量制御は変更しやすいようにと考えられている worker daemon 起動。一台に複数起動
