You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/10/18 15:17:57 UTC

[shardingsphere-elasticjob] branch master updated: Update dev-manual/error-handler page (#1586)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 318aaf8  Update dev-manual/error-handler page (#1586)
318aaf8 is described below

commit 318aaf825d7b73bf2f7f4bd415c84bb20d6482a0
Author: Liang Zhang <te...@163.com>
AuthorDate: Sun Oct 18 23:17:49 2020 +0800

    Update dev-manual/error-handler page (#1586)
---
 docs/content/dev-manual/error-handler.cn.md | 23 +++++++++++------------
 docs/content/dev-manual/error-handler.en.md | 23 +++++++++++------------
 2 files changed, 22 insertions(+), 24 deletions(-)

diff --git a/docs/content/dev-manual/error-handler.cn.md b/docs/content/dev-manual/error-handler.cn.md
index 14be935..7777249 100644
--- a/docs/content/dev-manual/error-handler.cn.md
+++ b/docs/content/dev-manual/error-handler.cn.md
@@ -6,16 +6,15 @@ weight = 3
 
 错误处理策略,用于作业失败时的处理策略。
 
-| *SPI 名称*            | *详细说明*                      |
-| --------------------- | ------------------------------ |
-| JobErrorHandler       | 作业执行错误处理策略            |
-
-| *已知实现类*           | *详细说明*                      |
-| --------------------- | ------------------------------ |
-| LogJobErrorHandler    | 记录作业异常日志,但不中断作业执行 |
-| DingtalkJobErrorHandler | 记录作业异常日志,但不中断作业执行,并且发送钉钉消息通知 |
-| EmailJobErrorHandler | 记录作业异常日志,但不中断作业执行,并且发送邮件消息通知 |
-| ThrowJobErrorHandler  | 抛出系统异常并中断作业执行        |
-| IgnoreJobErrorHandler | 忽略系统异常且不中断作业执行      |
-| WechatJobErrorHandler | 记录作业异常日志,但不中断作业执行,并且发送企业微信消息通知 |
+| *SPI 名称*              | *详细说明*                         |
+| ----------------------- | --------------------------------- |
+| JobErrorHandler         | 作业执行错误处理策略                 |
 
+| *已知实现类*             | *详细说明*                          |
+| ----------------------- | --------------------------------- |
+| LogJobErrorHandler      | 记录作业异常日志,但不中断作业执行     |
+| ThrowJobErrorHandler    | 抛出系统异常并中断作业执行            |
+| IgnoreJobErrorHandler   | 忽略系统异常且不中断作业执行          |
+| EmailJobErrorHandler    | 发送邮件消息通知,但不中断作业执行     |
+| WechatJobErrorHandler   | 发送企业微信消息通知,但不中断作业执行 |
+| DingtalkJobErrorHandler | 发送钉钉消息通知,但不中断作业执行    |
diff --git a/docs/content/dev-manual/error-handler.en.md b/docs/content/dev-manual/error-handler.en.md
index 62de396..5893591 100644
--- a/docs/content/dev-manual/error-handler.en.md
+++ b/docs/content/dev-manual/error-handler.en.md
@@ -6,16 +6,15 @@ weight = 3
 
 Error handler strategy, used to handle error when exception occur during job execution.
 
-| *SPI Name*             | *Description*                             |
-| ---------------------- | ----------------------------------------- |
-| JobErrorHandler        | Job error handler                         |
-
-| *Implementation Class*   | *Description*                                                              |
-| ------------------------ | -------------------------------------------------------------------------- |
-| LogJobErrorHandler       | Log error and do not interrupt job                                         |
-| DingtalkJobErrorHandler  | Log error and do not interrupt job and send dingtalk message notification  |
-| EmailJobErrorHandler     | Log error and do not interrupt job and send email message notification     |
-| ThrowJobErrorHandler     | Throw system exception and interrupt job                                   |
-| IgnoreJobErrorHandler    | Ignore exception and do not interrupt job                                  |
-| WechatJobErrorHandler    | Log error and do not interrupt job and send wechat message notification    |
+| *SPI Name*               | *Description*                                               |
+| ------------------------ | ----------------------------------------------------------- |
+| JobErrorHandler          | Job error handler                                           |
 
+| *Implementation Class*   | *Description*                                               |
+| ------------------------ | ----------------------------------------------------------- |
+| LogJobErrorHandler       | Log error and do not interrupt job                          |
+| ThrowJobErrorHandler     | Throw system exception and interrupt job                    |
+| IgnoreJobErrorHandler    | Ignore exception and do not interrupt job                   |
+| EmailJobErrorHandler     | Send email message notification and do not interrupt job    |
+| WechatJobErrorHandler    | Send wechat message notification and do not interrupt job   |
+| DingtalkJobErrorHandler  | Send dingtalk message notification and do not interrupt job |