This commit is contained in:
Jonathan Jenne
2023-12-08 11:37:14 +01:00
parent aadcef6b15
commit 1b85236513
2 changed files with 5 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ namespace EnvelopeGenerator.Web
builder.Services.AddQuartz(q =>
{
Scheduler scheduler = InitScheduler(builder);
scheduler.ScheduleJob<Common.Jobs.CertificateDocumentJob>(q, "CertificateDocument", 5);
scheduler.ScheduleJob<Common.Jobs.CertificateDocumentJob>(q, "CertificateDocument", 1);
});
builder.Services.AddQuartzHostedService();