Namespace Umbraco.Cms.Infrastructure.BackgroundJobs
Classes
DelayCalculator
RecurringBackgroundJobHostedService
RecurringBackgroundJobHostedService <TJob>
Runs a recurring background job inside a hosted service. Generic version for DependencyInjection
RecurringBackgroundJobHostedServiceRunner
A hosted service that discovers and starts hosted services for any recurring background jobs in the DI container.
Interfaces
IRecurringBackgroundJob
A recurring background job