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