규모확장 Wave A: 전 11모듈 svc 30→75·batch 22→35 + 전 모듈 운영데이터 시드
- svc 330→825 (모듈당 +45 고유 실업무: chargeback·재매입·심사워크플로·전문유형별· 대사세분·정산시뮬·지급재처리·복식결산·마감워크플로·마스터심사·검증룰·전문라우팅 등) - batch 242→385 (모듈당 +13), 카피북 헤더·디스패처 advertise 전 75 반영 - db/schema.d/95-module-seed.sql: 전 모듈 테이블 운영데이터(au 8.4k·st 15.9k·mg 16.9k· lg 14.6k·rc 7.7k·py 2.9k·vl 8.5k·cm 10.4k 등, 총 ~171k행) — base 거래와 정합 - 화면 매니페스트 825 재생성, 큐 메모리 튜닝(NDRX_MSGMAX 50→30) - 검증: build DONE modules=11 batches=385, 12서버 runok, xadmin psc 828 AVAIL, 매입체인 XA 커밋(status=S), 새서비스 시드데이터 스모크(ACQ_MERCHSUM/RC_STATS 실값), 전 코퍼스 .pgc 클론 0, 헤드리스 스크린샷 확인 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
19acf4ed96
commit
ea90bef264
1292 changed files with 53968 additions and 20 deletions
15
app/build.sh
15
app/build.sh
|
|
@ -16,12 +16,15 @@
|
|||
##
|
||||
set -euo pipefail
|
||||
|
||||
SRC=/app/src
|
||||
BIN=/app/bin
|
||||
LIB=/app/lib
|
||||
OBJ=/app/obj
|
||||
UBF=/app/ubftab
|
||||
CONF=/app/conf
|
||||
# App root = this script's own directory (normally /app in the container, but
|
||||
# relocatable so an isolated copy — e.g. CI building a throwaway /b — works too).
|
||||
APP="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
SRC=$APP/src
|
||||
BIN=$APP/bin
|
||||
LIB=$APP/lib
|
||||
OBJ=$APP/obj
|
||||
UBF=$APP/ubftab
|
||||
CONF=$APP/conf
|
||||
EXINC=/usr/local/include
|
||||
PGINC="$(pg_config --includedir)"
|
||||
PGLIB="$(pg_config --libdir)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue