From 75764fa37ae61d269ae867e60b894348f0c4633e Mon Sep 17 00:00:00 2001 From: handsome_by <5179146+handsomeboyyl@user.noreply.gitee.com> Date: Fri, 28 Jul 2023 10:18:31 +0000 Subject: [PATCH] =?UTF-8?q?update=20handbook/docs/job.mdx.=20=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: handsome_by <5179146+handsomeboyyl@user.noreply.gitee.com> --- handbook/docs/job.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/docs/job.mdx b/handbook/docs/job.mdx index 399ac1014d..e232594cba 100644 --- a/handbook/docs/job.mdx +++ b/handbook/docs/job.mdx @@ -6550,7 +6550,7 @@ var args = Schedular.Deserialize>(stringJobData); ### 26.1.17.5 定时任务部署说明 -部署定时任务请确保服务器(操作系统)不回进入休眠且长时间运行。 +部署定时任务请确保服务器(操作系统)不会进入休眠且长时间运行。 如果在项目中使用了定时任务且部署到 `IIS` 中,那么需要设置 `IIS` 禁止回收,避免事件总线服务进入休眠,[点击查看 `IIS` 回收问题解决方案](./deploy-iis#3415-iis-%E5%9B%9E%E6%94%B6%E9%97%AE%E9%A2%98%E5%92%8C%E9%85%8D%E7%BD%AE)。 -- Gitee