Skip to content

Commit 210076e

Browse files
author
Boris
committed
添加分布式的说明
1 parent db74114 commit 210076e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/usage/Spider.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ if __name__ == "__main__":
186186

187187
python3 main.py --test_spider
188188

189-
## 8. 完整的代码示例
189+
## 8. 分布式
190+
191+
分布式说白了就是启动多个进程,处理同一批任务。`Spider`支持启动多份,且不会重复发下任务,我们可以在多个服务器上部署启动,也可以在同一个机器上启动多次。
192+
193+
## 9. 完整的代码示例
190194

191195
[https://github.com/Boris-code/feapder/tree/master/tests/spider](https://github.com/Boris-code/feapder/tree/master/tests/spider)

0 commit comments

Comments
 (0)