운영환경일때 ai팀경로수정

This commit is contained in:
2026-02-26 08:33:53 +09:00
parent 48b46035fd
commit 8ac0a00311
3 changed files with 40 additions and 15 deletions

View File

@@ -355,8 +355,12 @@ public class MapSheetInferenceJobService {
m.setCls_model_version(progressDto.getClsModelVersion());
m.setCd_model_type(type);
m.setPriority(5d);
// log.info("InferenceSendDto={}", m);
//운영환경일때 경로수정 dean 260226
if (profile != null && profile.equals("prod")) {
log.info("profile = {} [M]change inforence req", profile);
m.changeValForProd();
}
log.info("[Inference]SendDto={}", m);
// 추론 실행 api 호출
Long batchId = ensureAccepted(m);