라벨링 검수 스케줄링 수정
This commit is contained in:
@@ -110,7 +110,7 @@ public class TrainingDataReviewJobService {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 라벨러 완료,SKIP 시 호출
|
// 라벨러 완료,SKIP 시 호출 -> 미사용
|
||||||
@Transactional
|
@Transactional
|
||||||
public void assignRealtime(String assignmentUid) {
|
public void assignRealtime(String assignmentUid) {
|
||||||
Tasks task = trainingDataReviewJobCoreService.findAssignmentTask(assignmentUid);
|
Tasks task = trainingDataReviewJobCoreService.findAssignmentTask(assignmentUid);
|
||||||
|
|||||||
@@ -557,7 +557,9 @@ public class TrainingDataReviewApiController {
|
|||||||
trainingDataReviewService.getCogImageUrl(mapSheetNum, beforeYear, afterYear));
|
trainingDataReviewService.getCogImageUrl(mapSheetNum, beforeYear, afterYear));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Hidden
|
@Operation(
|
||||||
|
summary = "검수할당 스케줄링(수동 호출)",
|
||||||
|
description = "스케줄링이 실패한 경우 수동 호출하는 API, 어제 라벨링 완료된 것을 해당 검수자들에게 할당함")
|
||||||
@GetMapping("/run-schedule")
|
@GetMapping("/run-schedule")
|
||||||
public ApiResponseDto<Void> runTrainingReviewSchedule() {
|
public ApiResponseDto<Void> runTrainingReviewSchedule() {
|
||||||
trainingDataReviewJobService.assignReviewerYesterdayLabelComplete();
|
trainingDataReviewJobService.assignReviewerYesterdayLabelComplete();
|
||||||
|
|||||||
Reference in New Issue
Block a user