Browse Source

feat(tasks): enable BackgroundCheckingJob

pull/805/head
cKey 3 years ago
parent
commit
48348d18c6
  1. 1
      aspnet-core/services/LY.MicroService.TaskManagement.HttpApi.Host/TaskManagementHttpApiHostModule.Configure.cs

1
aspnet-core/services/LY.MicroService.TaskManagement.HttpApi.Host/TaskManagementHttpApiHostModule.Configure.cs

@ -112,6 +112,7 @@ public partial class TaskManagementHttpApiHostModule
{ {
options.JobCleanEnabled = true; options.JobCleanEnabled = true;
options.JobFetchEnabled = true; options.JobFetchEnabled = true;
options.JobCheckEnabled = true;
}); });
} }

Loading…
Cancel
Save