This commit is contained in:
张成
2025-12-12 17:13:00 +08:00
parent 4686a24522
commit c083494fce
3 changed files with 309 additions and 2 deletions

View File

@@ -57,7 +57,8 @@ class ScheduleConfig {
this.schedules = {
dailyReset: '0 0 * * *', // 每天凌晨重置统计
monitoringInterval: '*/1 * * * *', // 监控检查间隔1分钟
autoDeliver: '0 */1 * * * *' // 自动投递任务:每5分钟执行一次
autoDeliver: '0 */1 * * * *', // 自动投递任务:每1分钟执行一次
autoChat: '0 */15 * * * *' // 自动沟通任务每15分钟执行一次
};
}