Merge branch 'main' into v17/dev

This commit is contained in:
Andy Butland
2025-07-08 09:26:54 +02:00
556 changed files with 9979 additions and 4688 deletions

View File

@@ -189,6 +189,7 @@ public static partial class UmbracoBuilderExtensions
builder.Services.AddRecurringBackgroundJob<WebhookFiring>();
builder.Services.AddRecurringBackgroundJob<WebhookLoggingCleanup>();
builder.Services.AddRecurringBackgroundJob<ReportSiteJob>();
builder.Services.AddRecurringBackgroundJob<CacheInstructionsPruningJob>();
builder.Services.AddSingleton(RecurringBackgroundJobHostedService.CreateHostedServiceFactory);