Migrated scheduled publishing task to a hosted service.

This commit is contained in:
Andy Butland
2020-11-02 18:08:25 +01:00
parent 051dcccae7
commit 2f2da679a4
6 changed files with 162 additions and 152 deletions

View File

@@ -295,6 +295,7 @@ namespace Umbraco.Extensions
services.AddHostedService<HealthCheckNotifier>();
services.AddHostedService<KeepAlive>();
services.AddHostedService<LogScrubber>();
services.AddHostedService<ScheduledPublishing>();
services.AddHostedService<TempFileCleanup>();
return services;