* Start the scheduler after the jobs have been assigned

* More to debug logging

* logging
This commit is contained in:
Jamie 2019-04-24 12:39:42 +01:00 committed by GitHub
parent 2dd5c27ea3
commit d6b9cbc71e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 6 deletions

View file

@ -48,15 +48,14 @@ namespace Ombi.Schedule
// Set job factory
OmbiQuartz.Instance.UseJobFactory(jobFactory);
// Run Quartz
await OmbiQuartz.Start();
// Run configuration
await AddPlex(s);
await AddEmby(s);
await AddDvrApps(s);
await AddSystem(s);
// Run Quartz
await OmbiQuartz.Start();
}
private static async Task AddSystem(JobSettings s)