배치 스케쥴러 함수명 오류 및 매핑 조회 누락 수정

This commit is contained in:
dohyeons
2025-12-01 11:34:22 +09:00
parent ad0a84f2c3
commit 75bdc19f25
3 changed files with 10 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ app.listen(PORT, HOST, async () => {
// 배치 스케줄러 초기화
try {
await BatchSchedulerService.initialize();
await BatchSchedulerService.initializeScheduler();
logger.info(`⏰ 배치 스케줄러가 시작되었습니다.`);
} catch (error) {
logger.error(`❌ 배치 스케줄러 초기화 실패:`, error);