mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Develop (#2947)
* Start the scheduler after the jobs have been assigned * More to debug logging * logging
This commit is contained in:
parent
2dd5c27ea3
commit
d6b9cbc71e
5 changed files with 11 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue