feat: 2.6.0
1. 修复工作流实时日志的时间显示问题
This commit is contained in:
parent
aa183230c4
commit
03306652b1
@ -315,10 +315,10 @@ CREATE TABLE `job_log_message`
|
||||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键',
|
||||
`namespace_id` varchar(64) NOT NULL DEFAULT '764d604ec6fc45f68cd92514c40e9e1a' COMMENT '命名空间id',
|
||||
`group_name` varchar(64) NOT NULL COMMENT '组名称',
|
||||
longtext `job_id` bigint(20) NOT NULL COMMENT '任务信息id',
|
||||
`job_id` bigint(20) NOT NULL COMMENT '任务信息id',
|
||||
`task_batch_id` bigint(20) NOT NULL COMMENT '任务批次id',
|
||||
`task_id` bigint(20) NOT NULL COMMENT '调度任务id',
|
||||
`message` NOT NULL COMMENT '调度信息',
|
||||
`message` longtext NOT NULL COMMENT '调度信息',
|
||||
`log_num` int(11) NOT NULL DEFAULT 1 COMMENT '日志数量',
|
||||
`real_time` bigint(13) NOT NULL DEFAULT 0 COMMENT '上报时间',
|
||||
`create_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
|
||||
|
@ -6,7 +6,6 @@ package com.aizuda.easy.retry.server.job.task.support;
|
||||
* @since : 2.6.0
|
||||
*/
|
||||
@FunctionalInterface
|
||||
|
||||
public interface LockExecutor {
|
||||
void execute();
|
||||
}
|
||||
|
21
frontend/public/lib/assets/4ywO1G0l.js
Normal file
21
frontend/public/lib/assets/4ywO1G0l.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
frontend/public/lib/assets/e-jorigD.css
Normal file
1
frontend/public/lib/assets/e-jorigD.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,8 +5,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Easy Retry</title>
|
||||
<script type="module" crossorigin src="./assets/gO-EUyiN.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/ToN2otMp.css">
|
||||
<script type="module" crossorigin src="./assets/4ywO1G0l.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/e-jorigD.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user