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

병합
htlee develop 에서 main 로 5 commits 를 머지했습니다 2026-03-19 07:48:19 +09:00
Showing only changes of commit 3b0c09575e - Show all commits

파일 보기

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