Configure hosted service using order
This commit is contained in:
parent
d4fbcef61d
commit
bce2be6314
|
|
@ -19,7 +19,7 @@ public class SchedulingFeature : FeatureBase
|
|||
|
||||
public override void ConfigureHostedServices()
|
||||
{
|
||||
Services.AddHostedService<ScheduleWorkflowsHostedService>();
|
||||
Module.ConfigureHostedService<ScheduleWorkflowsHostedService>();
|
||||
}
|
||||
|
||||
public override void Apply()
|
||||
|
|
|
|||
Loading…
Reference in a new issue