mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
feat(X-Pack): 定时报告增加失败重试机制 #10171
This commit is contained in:
@@ -22,7 +22,7 @@ public class ReportCreator implements Serializable {
|
||||
|
||||
private Integer rtid;
|
||||
|
||||
@JsonSerialize(using= ToStringSerializer.class)
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long rid;
|
||||
|
||||
private Integer format;
|
||||
@@ -53,5 +53,11 @@ public class ReportCreator implements Serializable {
|
||||
|
||||
private Long endTime;
|
||||
|
||||
private Boolean retryEnable;
|
||||
|
||||
private Integer retryLimit;
|
||||
|
||||
private Integer retryInterval;
|
||||
|
||||
private List<VisualizationReportFilterVO> reportFilter;
|
||||
}
|
||||
|
||||
@@ -54,4 +54,10 @@ public class ReportInfoVO implements Serializable {
|
||||
private Long startTime;
|
||||
|
||||
private Long endTime;
|
||||
|
||||
private Boolean retryEnable;
|
||||
|
||||
private Integer retryLimit;
|
||||
|
||||
private Integer retryInterval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user