Merge pull request #9332 from AndyButland/feature/further-hosted-services-2

NetCore: Migrated scheduled publishing task to a hosted service.
This commit is contained in:
Bjarke Berg
2020-11-03 07:33:58 +01:00
committed by GitHub
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;