1. 优化 JobHandlerInvoker 的实现,增加重试机制
2. 去除作业异常,自动暂时作业的机制。
This commit is contained in:
@@ -54,7 +54,6 @@ export const ToolCodegenTemplateTypeEnum = {
|
||||
*/
|
||||
export const InfJobStatusEnum = {
|
||||
INIT: 0, // 初始化中
|
||||
NORMAL: 1, // 开启运行
|
||||
EXCEPTION: 2, // 异常运行
|
||||
STOP: 3, // 暂停运行
|
||||
NORMAL: 1, // 运行中
|
||||
STOP: 2, // 暂停运行
|
||||
}
|
||||
|
Reference in New Issue
Block a user