Api::V1::ReviewsController#bulk_share (avg 16645ms, max 16645ms)
Service
cupixworks-api
Occurrences
54
Status
Reported
Confidence
85%
Actionability
36%
Cluster ID
047d3696-284d-4b74-9f90-fd9fb3dc6cbb
First Seen
2026-06-24 05:17 UTC
Last Seen
2026-08-05 01:52 UTC
Actions
Api::V1::ReviewsController#bulk_share (avg 16645ms, max 16645ms)
What Happened#
2026-06-24 14:17 KST, cupixworks-api 의 PUT /api/v1/reviews/share 요청 1건이 16.6초 동안 실행되었다. 사용자가 bulk_share items 안에 새 초대 이메일 3건 + 기존 사용자 1건을 함께 전달했고, 컨트롤러가 각 이메일을 순차적으로 Cognito 사용자 생성 → notification-service recipe 등록 → subscription 생성으로 처리하는 동안 외부 서비스 RTT 가 누적되어 응답이 지연되었다.
Quick Facts#
| Field | Value |
|---|---|
| resource_name | Api::V1::ReviewsController#bulk_share |
| duration | 16643.14 ms |
| db | 1051.16 ms |
| view | 0.09 ms |
| serialization.duration | 9 ms |
| http.method / status | PUT / 200 |
| http.url | /api/v1/reviews/share |
| env | production, us-west-2 |
| tenant / team | cupix / tanseisha (id 745) |
| user | id 13097 (rfujisaki@tanseisha.co.jp) |
| request_id | fe6c8843-286e-4937-b309-5a4e4c1eb0e1 |
| sample_trace_id | 4066188360319898813 |
| deploy | production-us-west-2-20260624t0500z0-24b9962e-cupixworks |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
tanseisha (id 745) |
1 | bulk_share UI 16.6초 hang. HTTP 200 으로 종료되어 데이터 손실은 없으나, 사용자 체감 지연 + ALB/Cloudflare idle timeout 위험 |
Timeline#
- 2026-06-24 14:17:27 KST — 요청 시작. 첫 신규 이메일
htateisi@tanseisha.co.jp에 대해 Cognito 사용자 생성 시작 - 2026-06-24 14:17:29 KST — 두 번째 신규 이메일
mkomatsuda@tanseisha.co.jpCognito 사용자 생성 (~+2s) - 2026-06-24 14:17:31 KST — 세 번째 신규 이메일
kmiyamoto@tanseisha.co.jpCognito 사용자 생성 (~+2s) - 2026-06-24 14:17:36–14:17:43 KST — 각 신규 사용자별 notification-service
create_user_recipe3건 +subscribe1건 순차 HTTP 호출. 기존 사용자yyabe@tanseisha.co.jp(id 38925) 도 동일 흐름 반복 - 2026-06-24 14:17:43 KST —
Cupix::EventService.publish_event호출 +flush_cached_permissions다수 - 2026-06-24 14:17:44 KST — 요청 완료 (HTTP 200, 총 16643ms)
Scoring#
Confidence 85% · Actionability 36%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 13 code refs, 4 log queries |
| Code path explicitness | 3/3 | 13 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 | 24 file(s) |
| Single repo | 1/3 | 4 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 |