|
|
|
@ -157,6 +157,7 @@ public class ATOReportServiceImpl implements ATOReportService {
|
|
|
|
|
redisTemplate.boundValueOps(reportFileKey()).set(file.toJSONString(), Duration.ofDays(1));
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
progress.setStatus(e.getMessage());
|
|
|
|
|
logger.error("output bttps file failed", e);
|
|
|
|
|
synchronizeProgress();
|
|
|
|
|
} finally {
|
|
|
|
|
progress.setFinished();
|
|
|
|
|