diff --git a/Program.cs b/Program.cs index 05ec927..acb97f1 100644 --- a/Program.cs +++ b/Program.cs @@ -30,7 +30,7 @@ public static void Main(string[] args) options .ForJob(CalculatePlayerPointsJob.JobKey) .WithIdentity(CalculatePlayerPointsJob.JobKey.Name + "-Trigger") - .WithCronSchedule("0 5/15 * ? * * *"); + .WithCronSchedule("0 0 0/6 ? * * *"); }); });