Migrated log scrubber backgroun task to a hosted service.

This commit is contained in:
Andy Butland
2020-10-31 14:13:24 +01:00
parent 092fcac28a
commit 88380a17ae
4 changed files with 133 additions and 70 deletions

View File

@@ -294,7 +294,9 @@ namespace Umbraco.Extensions
{
services.AddHostedService<HealthCheckNotifier>();
services.AddHostedService<KeepAlive>();
services.AddHostedService<LogScrubber>();
services.AddHostedService<TempFileCleanup>();
return services;
}