Skip to content

Commit

Permalink
Update HangfireExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Apr 24, 2024
1 parent 8eae80d commit e8ee72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static WebApplication AddHangfireJobs(this WebApplication app)
jobClient.AddOrUpdate(
SummonHistoryJob.Id,
Job.FromExpression<SummonHistoryJob>(s => s.PurgeSummonHistory()),
Cron.Daily()
Cron.Daily(1)
);

return app;
Expand Down

0 comments on commit e8ee72f

Please sign in to comment.