添加开发者日志功能
This commit is contained in:
@@ -17,8 +17,8 @@ public static class Expand
|
||||
q.AddTrigger(opts => opts
|
||||
.ForJob(emailJobKey)
|
||||
.WithIdentity("EmailSyncTrigger")
|
||||
.WithCronSchedule("0 0/20 * * * ?") // 每20分钟执行
|
||||
.WithDescription("每20分钟同步一次邮件"));
|
||||
.WithCronSchedule("0 0/10 * * * ?") // 每10分钟执行
|
||||
.WithDescription("每10分钟同步一次邮件"));
|
||||
|
||||
// 配置周期性账单任务 - 每天早上6点执行
|
||||
var periodicBillJobKey = new JobKey("PeriodicBillJob");
|
||||
|
||||
Reference in New Issue
Block a user