From 750acc05f185437485b2bc68aaf381b66e14096b Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 14 Aug 2019 14:13:22 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa34ebd60..172812e1f 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,11 @@ public function index(){ * 执行 `php think xfans:black` 更新已经对接的公众号黑名单列表 #### 3. 守护进程管理 -* 执行 `php think xtask:reset` 重启消息任务守护进程 -* 执行 `php think xtask:start` 启动消息任务守护进程 -* 执行 `php think xtask:state` 查询消息任务守护进程 -* 执行 `php think xtask:stop` 暂停消息任务守护进程 +* 执行 `php think xtask:listen` 启动异步任务监听守护主进程 +* 执行 `php think xtask:query` 查询正在执行的所有任务进程 +* 执行 `php think xtask:start` 创建异步任务监听守护主进程 +* 执行 `php think xtask:state` 查看异步任务监听主进程状态 +* 执行 `php think xtask:stop` 平滑停止异步任务所有的进程 #### 4. 其它自定工具 * 执行 `php think xclean:session` 清理无效的会话SESSION文件