Api::V1::Admin::TeamsController#create (avg 18082ms, max 18082ms)
Service
cupixworks-api
Occurrences
27
Status
Reported
Confidence
85%
Actionability
36%
Cluster ID
ee31e7aa-b583-48ff-9188-79e5b64a4f01
First Seen
2026-06-24 12:40 UTC
Last Seen
2026-08-03 12:47 UTC
Actions
Api::V1::Admin::TeamsController#create (avg 18082ms, max 18082ms)
What Happened#
2026-06-24 21:40 KST에 cupixworks-api 서비스의 POST /api/v1/admin/teams 요청 1건이 약 18초(18,082ms) 만에 200 OK로 종료됐다. 어드민이 새 team을 생성하는 동기 경로가 form-design 템플릿 복사, 그룹 생성, workspace+facility 생성, 권한 캐시 flush까지 한 트랜잭션 안에서 직렬로 수행되기 때문에 응답이 느렸다. 동일 endpoint는 14일 동안 12회만 호출됐고, 모든 호출이 비슷한 지연을 보이는 만큼 1회성 사고가 아니라 구조적 지연이다.
Quick Facts#
| Field | Value |
|---|---|
| resource_name | Api::V1::Admin::TeamsController#create |
| service | cupixworks-api |
| avg_duration_ms | 18082 |
| max_duration_ms | 18082 |
| sample_trace_id | 3568006001878499432 |
| env | production, us-west-2 |
| tenant | cupix |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| Admin console (internal ops) | 1 | 신규 team 프로비저닝 요청이 18초 동안 블로킹. 어드민 UI에서 timeout/이중 클릭 위험 |
Timeline#
- 2026-06-24 21:40:16 KST —
POST /api/v1/admin/teams요청 수신 (first_seen) - 2026-06-24 21:40:28 KST —
[Skeleton][Team] Copy FormDesign/FormField to team.id: 1251로그 발행 (request 시작 후 약 12초) - 2026-06-24 21:40:34 KST —
[200] POST /api/v1/admin/teams응답 완료 (총 18초)
Scoring#
Confidence 85% · Actionability 36%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 12 code refs, 7 log queries |
| Code path explicitness | 3/3 | 12 file:line refs |
| Log evidence | 3/3 | section, query, pattern |
| RCA structure | 3/3 | 3/3 sections |
| Revision history | 0/3 | 0 revision(s) |
| Agent execution | 3/3 | success |
Actionability#
| Dimension | Score | Detail |
|---|---|---|
| Fix complexity | 1/5 | critical |
| Affected files | 1/5 | 18 file(s) |
| Single repo | 1/3 | 3 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 2/3 | test mentioned |
| External dependency | 1/3 | external deps found |
| Data migration | 3/3 | no migration |