增加日志删除频率设置

This commit is contained in:
hanhh
2021-10-14 10:58:54 +08:00
parent a652e1e190
commit 07e58a484c
5 changed files with 95 additions and 86 deletions
+1
View File
@@ -374,6 +374,7 @@ export default class UserService {
command: `ql rmlog ${frequency}`,
schedule: `5 23 */${frequency} * *`,
};
await this.scheduleService.cancelSchedule(cron);
await this.scheduleService.generateSchedule(cron);
return { code: 200, data: { ...cron } };
}