|
@@ -200,7 +200,7 @@ namespace DataSharing.Host
|
|
|
.WithIdentity("task-submit-case-info-trigger")
|
|
|
.ForJob(taskSubmitCaseInfoJobKey)
|
|
|
.StartNow()
|
|
|
- .WithCronSchedule("0/30 * * * * ? ")
|
|
|
+ .WithCronSchedule("0/30 * * * * ? ")
|
|
|
);
|
|
|
|
|
|
//服务工单处理过程
|
|
@@ -210,7 +210,7 @@ namespace DataSharing.Host
|
|
|
.WithIdentity("task-submit-case-process-trigger")
|
|
|
.ForJob(taskSubmitCaseProcessKey)
|
|
|
.StartNow()
|
|
|
- .WithCronSchedule("0/30 * * * * ? ")
|
|
|
+ .WithCronSchedule("0/30 * * * * ? ")
|
|
|
);
|
|
|
|
|
|
//服务工单处理结果
|
|
@@ -220,7 +220,7 @@ namespace DataSharing.Host
|
|
|
.WithIdentity("task-submit-case-result-trigger")
|
|
|
.ForJob(taskSubmitCaseResultKey)
|
|
|
.StartNow()
|
|
|
- .WithCronSchedule("0/30 * * * * ? ")
|
|
|
+ .WithCronSchedule("0/30 * * * * ? ")
|
|
|
);
|
|
|
|
|
|
//电话记录
|
|
@@ -230,7 +230,7 @@ namespace DataSharing.Host
|
|
|
.WithIdentity("task-submit-case-record-trigger")
|
|
|
.ForJob(taskSubmitCaseRecordKey)
|
|
|
.StartNow()
|
|
|
- .WithCronSchedule("0/30 * * * * ? ")
|
|
|
+ .WithCronSchedule("0/30 * * * * ? ")
|
|
|
);
|
|
|
|
|
|
//省推送其他服务
|
|
@@ -240,7 +240,7 @@ namespace DataSharing.Host
|
|
|
.WithIdentity("task-province-other-trigger")
|
|
|
.ForJob(taskProvinceOtherKey)
|
|
|
.StartNow()
|
|
|
- .WithCronSchedule("0/30 * * * * ? ")
|
|
|
+ .WithCronSchedule("0/30 * * * * ? ")
|
|
|
);
|
|
|
|
|
|
//其它平台服务
|
|
@@ -250,7 +250,7 @@ namespace DataSharing.Host
|
|
|
.WithIdentity("task-other-platforms-trigger")
|
|
|
.ForJob(taskOtherPlatformsKey)
|
|
|
.StartNow()
|
|
|
- .WithCronSchedule("0/30 * * * * ? ")
|
|
|
+ .WithCronSchedule("0/30 * * * * ? ")
|
|
|
);
|
|
|
|
|
|
////execute send task
|