feature/ISSUE-002-empty-response-catch #13
@ -110,6 +110,9 @@ app:
|
||||
enabled: true
|
||||
cron: "0 0 * * * ?" # Every hour
|
||||
|
||||
# LAST_EXECUTION 버퍼 시간 (시간 단위) - 외부 DB 동기화 지연 대응
|
||||
last-execution-buffer-hours: 24
|
||||
|
||||
# ShipDetailUpdate 배치 설정 (dev - 기존과 동일하게 20건 유지)
|
||||
ship-detail-update:
|
||||
batch-size: 20 # dev에서는 문제 없으므로 기존 20건 유지
|
||||
|
||||
@ -112,6 +112,9 @@ app:
|
||||
enabled: true
|
||||
cron: "0 0 * * * ?" # Every hour
|
||||
|
||||
# LAST_EXECUTION 버퍼 시간 (시간 단위) - 외부 DB 동기화 지연 대응
|
||||
last-execution-buffer-hours: 24
|
||||
|
||||
# ShipDetailUpdate 배치 설정 (prod 튜닝)
|
||||
ship-detail-update:
|
||||
batch-size: 10 # API 요청 당 IMO 건수 (프록시 타임아웃 방지)
|
||||
|
||||
@ -165,6 +165,9 @@ app:
|
||||
enabled: true
|
||||
cron: "0 0 * * * ?" # Every hour
|
||||
|
||||
# LAST_EXECUTION 버퍼 시간 (시간 단위) - 외부 DB 동기화 지연 대응
|
||||
last-execution-buffer-hours: 24
|
||||
|
||||
# ShipDetailUpdate 배치 설정
|
||||
ship-detail-update:
|
||||
batch-size: 10 # API 요청 당 IMO 건수
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user