규모확장 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
10
app/src/mg/dbio/mg_chanload_batch.h
Normal file
10
app/src/mg/dbio/mg_chanload_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_chanload_batch.h - mg mg_chanload_batch 배치 전용 카피북 (copybook). mg 채널 부하 점유율 순위 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_chanload_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_CHANLOAD_BATCH_H
|
||||
#define MG_CHANLOAD_BATCH_H
|
||||
|
||||
typedef struct { long channels; long grand_total; long top_load; char top_chan[16]; } mg_chanload_rec_t;
|
||||
|
||||
#endif /* MG_CHANLOAD_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_dupscan_batch.h
Normal file
10
app/src/mg/dbio/mg_dupscan_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_dupscan_batch.h - mg mg_dupscan_batch 배치 전용 카피북 (copybook). mg 중복 STAN 전문 전수 스캔 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_dupscan_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_DUPSCAN_BATCH_H
|
||||
#define MG_DUPSCAN_BATCH_H
|
||||
|
||||
typedef struct { long dup_groups; long dup_msgs; long worst_stan; long worst_cnt; } mg_dupscan_rec_t;
|
||||
|
||||
#endif /* MG_DUPSCAN_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_gapfill_batch.h
Normal file
10
app/src/mg/dbio/mg_gapfill_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_gapfill_batch.h - mg mg_gapfill_batch 배치 전용 카피북 (copybook). mg STAN 순번 갭 정밀 탐지 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_gapfill_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_GAPFILL_BATCH_H
|
||||
#define MG_GAPFILL_BATCH_H
|
||||
|
||||
typedef struct { long scanned; long gaps; long widest; } mg_gapfill_rec_t;
|
||||
|
||||
#endif /* MG_GAPFILL_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_hourstat_batch.h
Normal file
10
app/src/mg/dbio/mg_hourstat_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_hourstat_batch.h - mg mg_hourstat_batch 배치 전용 카피북 (copybook). mg 시간대별 전문량 집계 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_hourstat_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_HOURSTAT_BATCH_H
|
||||
#define MG_HOURSTAT_BATCH_H
|
||||
|
||||
typedef struct { long hours; long peak_hour; long peak_cnt; long total; } mg_hourstat_rec_t;
|
||||
|
||||
#endif /* MG_HOURSTAT_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_keyver_batch.h
Normal file
10
app/src/mg/dbio/mg_keyver_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_keyver_batch.h - mg mg_keyver_batch 배치 전용 카피북 (copybook). mg 세대키 일괄 승급/세션키 재발급 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_keyver_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_KEYVER_BATCH_H
|
||||
#define MG_KEYVER_BATCH_H
|
||||
|
||||
typedef struct { long new_keyver; long rekeyed; } mg_keyver_rec_t;
|
||||
|
||||
#endif /* MG_KEYVER_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_macaudit_batch.h
Normal file
10
app/src/mg/dbio/mg_macaudit_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_macaudit_batch.h - mg mg_macaudit_batch 배치 전용 카피북 (copybook). mg MAC 누락 전문 감사/보정 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_macaudit_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_MACAUDIT_BATCH_H
|
||||
#define MG_MACAUDIT_BATCH_H
|
||||
|
||||
typedef struct { long audited; long stamped; } mg_macaudit_rec_t;
|
||||
|
||||
#endif /* MG_MACAUDIT_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_mtimix_batch.h
Normal file
10
app/src/mg/dbio/mg_mtimix_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_mtimix_batch.h - mg mg_mtimix_batch 배치 전용 카피북 (copybook). mg 전문유형(MTI) 구성비 산출 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_mtimix_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_MTIMIX_BATCH_H
|
||||
#define MG_MTIMIX_BATCH_H
|
||||
|
||||
typedef struct { long kinds; long total; long fin_cnt; long net_cnt; } mg_mtimix_rec_t;
|
||||
|
||||
#endif /* MG_MTIMIX_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_panaudit_batch.h
Normal file
10
app/src/mg/dbio/mg_panaudit_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_panaudit_batch.h - mg mg_panaudit_batch 배치 전용 카피북 (copybook). mg 비마스킹 PAN 적발/마스킹 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_panaudit_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_PANAUDIT_BATCH_H
|
||||
#define MG_PANAUDIT_BATCH_H
|
||||
|
||||
typedef struct { long inspected; long masked; } mg_panaudit_rec_t;
|
||||
|
||||
#endif /* MG_PANAUDIT_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_qagesweep_batch.h
Normal file
10
app/src/mg/dbio/mg_qagesweep_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_qagesweep_batch.h - mg mg_qagesweep_batch 배치 전용 카피북 (copybook). mg 장기체류 큐 재시도 소진 스윕 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_qagesweep_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_QAGESWEEP_BATCH_H
|
||||
#define MG_QAGESWEEP_BATCH_H
|
||||
|
||||
typedef struct { long bumped; long failed; } mg_qagesweep_rec_t;
|
||||
|
||||
#endif /* MG_QAGESWEEP_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_rcdist_batch.h
Normal file
10
app/src/mg/dbio/mg_rcdist_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_rcdist_batch.h - mg mg_rcdist_batch 배치 전용 카피북 (copybook). mg 응답코드 분포 리포트 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_rcdist_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_RCDIST_BATCH_H
|
||||
#define MG_RCDIST_BATCH_H
|
||||
|
||||
typedef struct { long kinds; long ok_cnt; long bad_cnt; char top_rc[4]; } mg_rcdist_rec_t;
|
||||
|
||||
#endif /* MG_RCDIST_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_reroute_batch.h
Normal file
10
app/src/mg/dbio/mg_reroute_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_reroute_batch.h - mg mg_reroute_batch 배치 전용 카피북 (copybook). mg 미라우팅 전문 기본룰 보충 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_reroute_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_REROUTE_BATCH_H
|
||||
#define MG_REROUTE_BATCH_H
|
||||
|
||||
typedef struct { long added_rules; } mg_reroute_rec_t;
|
||||
|
||||
#endif /* MG_REROUTE_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_seqsync_batch.h
Normal file
10
app/src/mg/dbio/mg_seqsync_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_seqsync_batch.h - mg mg_seqsync_batch 배치 전용 카피북 (copybook). mg 채널 last_stan 원장 동기화 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_seqsync_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_SEQSYNC_BATCH_H
|
||||
#define MG_SEQSYNC_BATCH_H
|
||||
|
||||
typedef struct { long checked; long synced; } mg_seqsync_rec_t;
|
||||
|
||||
#endif /* MG_SEQSYNC_BATCH_H */
|
||||
10
app/src/mg/dbio/mg_timeout_batch.h
Normal file
10
app/src/mg/dbio/mg_timeout_batch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* mg_timeout_batch.h - mg mg_timeout_batch 배치 전용 카피북 (copybook). mg 응답지연 전문 일괄 타임아웃 배치
|
||||
* 배치 집계 결과 레코드 + 기본 영업일 상수. Included by mg_timeout_batch.pgc.
|
||||
*/
|
||||
#ifndef MG_TIMEOUT_BATCH_H
|
||||
#define MG_TIMEOUT_BATCH_H
|
||||
|
||||
typedef struct { long threshold_sec; long expired; } mg_timeout_rec_t;
|
||||
|
||||
#endif /* MG_TIMEOUT_BATCH_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue