fixed hangfire exception

pull/1425/head
tidusjar 7 years ago
parent 678fe82f70
commit 47bcb83a27

@ -14,7 +14,7 @@ namespace Ombi.Schedule
private IPlexContentCacher Cacher { get; } private IPlexContentCacher Cacher { get; }
public void Setup() public void Setup()
{ {
RecurringJob.AddOrUpdate(() => Cacher.CacheContent(), Cron.Hourly, TimeZoneInfo.Utc, "Cacher"); RecurringJob.AddOrUpdate(() => Cacher.CacheContent(), Cron.Hourly, TimeZoneInfo.Utc, "cacher");
} }
} }
} }

Loading…
Cancel
Save