Configure hosted service using order

This commit is contained in:
Sipke Schoorstra 2022-08-14 19:38:15 +02:00
parent d4fbcef61d
commit bce2be6314

View file

@ -19,7 +19,7 @@ public class SchedulingFeature : FeatureBase
public override void ConfigureHostedServices()
{
Services.AddHostedService<ScheduleWorkflowsHostedService>();
Module.ConfigureHostedService<ScheduleWorkflowsHostedService>();
}
public override void Apply()