Skip to content

Commit

Permalink
Merge pull request #43 from pengwk/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
laixintao committed Sep 30, 2018
2 parents e37b0ba + 7e75bbc commit 5f7cc2f
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 5f7cc2f

Please sign in to comment.