fix: finish chaining
This commit is contained in:
parent
ba1021c5e6
commit
85ac367e0c
@ -79,6 +79,7 @@ public class AutoScanApp
|
|||||||
|
|
||||||
await _scheduler.ScheduleJob(downloaderJob, trigger, cancellationToken);
|
await _scheduler.ScheduleJob(downloaderJob, trigger, cancellationToken);
|
||||||
await _scheduler.AddJob(scannerJob, false, true, cancellationToken);
|
await _scheduler.AddJob(scannerJob, false, true, cancellationToken);
|
||||||
|
await _scheduler.AddJob(cleanJob, false, true, cancellationToken);
|
||||||
|
|
||||||
_logger.LogDebug("Scheduled job successfully!");
|
_logger.LogDebug("Scheduled job successfully!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user