Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwk committed Sep 28, 2018
1 parent e37b0ba commit 7e75bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter5/02_Using_Celery_to_distribute_tasks.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
使用Celery实现分布式任务
========================

Celery 是一个 Python 框架,用来管理分布式任务的,遵循面向对象的中间件方法。它的主要 feature 是可以将许多小任务分不到一个大型的计算集群中,最后将任务的结果收集起来,组成整体的解决方案。
Celery 是一个 Python 框架,用来管理分布式任务的,遵循面向对象的中间件方法。它的主要 feature 是可以将许多小任务分布到一个大型的计算集群中,最后将任务的结果收集起来,组成整体的解决方案。

要使用 Celery,我们需要下面几种组件:

Expand Down

0 comments on commit 7e75bbc

Please sign in to comment.