release: SNP API 전환 + 인메모리 캐시 최적화 + 다계층 캐시 조회 통합 #7

병합
htlee develop 에서 main 로 14 commits 를 머지했습니다 2026-02-19 14:26:31 +09:00
Showing only changes of commit a6d886c61b - Show all commits

파일 보기

@ -162,7 +162,7 @@ public class VesselBatchScheduler {
JobParameters params = new JobParametersBuilder()
.addString("startTime", startTime.toString())
.addString("endTime", endTime.toString())
.addString("timeBucket", "hourly")
.addString("timeBucket", startTime.toString())
.addString("executionTime", now.toString())
.addString("enableAbnormalDetection", String.valueOf(abnormalDetectionEnabled))
.toJobParameters();