Error Handler
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 |
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 |
当前内容版权归 ElasticJob 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ElasticJob .