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

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

@@ -594,7 +594,7 @@ export class BatchManagementController {
if (result.success && result.data) {
// 스케줄러에 자동 등록 ✅
try {
await BatchSchedulerService.scheduleBatchConfig(result.data);
await BatchSchedulerService.scheduleBatch(result.data);
console.log(
`✅ 새로운 배치가 스케줄러에 등록되었습니다: ${batchName} (ID: ${result.data.id})`
);