추론 배치 시간 1분으로 수정

This commit is contained in:
2026-01-20 21:25:01 +09:00
parent 0f6b6b6afc
commit 807774d01f
2 changed files with 1 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ public class MapSheetInferenceJobService {
private String datasetDir;
/** 추론 진행 배치 1분 60_000 */
@Scheduled(fixedDelay = 30_000)
@Scheduled(fixedDelay = 60_000)
public void runBatch() {
if (isLocalProfile()) {
return;