@ -25,7 +25,7 @@ namespace EventHub
public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
context.AddBackgroundWorker<EventReminderWorker>();
context.AddBackgroundWorker<NewEventDetectorWorker>();
context.AddBackgroundWorker<NewEventWorker>();
context.AddBackgroundWorker<EventTimingChangeWorker>();
}
@ -11,9 +11,9 @@ using Volo.Abp.Uow;
namespace EventHub.Events
public class NewEventDetectorWorker : AsyncPeriodicBackgroundWorkerBase
public class NewEventWorker : AsyncPeriodicBackgroundWorkerBase
public NewEventDetectorWorker(
public NewEventWorker(
AbpAsyncTimer timer,
IServiceScopeFactory serviceScopeFactory)
: base(