Skip to content

Commit

Permalink
needed this line
Browse files Browse the repository at this point in the history
  • Loading branch information
perchbirdd committed Nov 7, 2024
1 parent c18a0b5 commit 5a76a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ResLogger2.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.FileProviders;
using Quartz;
using Quartz.AspNetCore;
using ResLogger2.Common.ServerDatabase;
using ResLogger2.Web.Jobs;
using ResLogger2.Web.Services;
Expand Down Expand Up @@ -31,6 +32,7 @@
q.ScheduleJob<UpdateJob>(trigger => trigger
.WithIdentity("UpdateJob")
.WithCronSchedule("0 30 0/4 * * ?")
// .WithCronSchedule("0 20 * * * ?")
.StartNow());

q.ScheduleJob<ExportJob>(trigger => trigger
Expand Down

0 comments on commit 5a76a68

Please sign in to comment.