release: 2026-03-19 (9건 커밋) #114

병합
htlee develop 에서 main 로 5 commits 를 머지했습니다 2026-03-19 07:48:19 +09:00
3개의 변경된 파일12개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@ -109,8 +109,8 @@ jobs:
echo "--- Starting service ---" echo "--- Starting service ---"
systemctl start signal-batch systemctl start signal-batch
# 5단계: 기동 확인 (최대 90초 — 64GB 힙 AlwaysPreTouch) # 5단계: 기동 확인 (최대 180초 — 64GB 힙 AlwaysPreTouch + 캐시 워밍업)
for i in $(seq 1 90); do for i in $(seq 1 180); do
if curl -sf "$BASE_URL/actuator/health/liveness" > /dev/null 2>&1; then if curl -sf "$BASE_URL/actuator/health/liveness" > /dev/null 2>&1; then
echo "Service started successfully (${i}s)" echo "Service started successfully (${i}s)"
curl -s "$BASE_URL/actuator/health" curl -s "$BASE_URL/actuator/health"

파일 보기

@ -4,6 +4,14 @@
## [Unreleased] ## [Unreleased]
## [2026-03-19]
### 변경
- CI/CD 배포 health check 대기 90초→180초 확장 — 64GB 힙 기동 타임아웃 대응
### 기타
- AIS API 접속 계정 변경
## [2026-03-18] ## [2026-03-18]
### 수정 ### 수정

파일 보기

@ -271,8 +271,8 @@ app:
ais-target: ais-target:
ttl-minutes: 120 ttl-minutes: 120
ais-api: ais-api:
username: 7cc0517d-5ed6-452e-a06f-5bbfd6ab6ade username: 86b30c84-5d17-41ac-8c4f-2aa20d791114
password: 2LLzSJNqtxWVD8zC password: KHZQVc2tMBGtNxvG
# 일일 항적 데이터 인메모리 캐시 # 일일 항적 데이터 인메모리 캐시
cache: cache: