Api::V1::WorkspacesController#unshare (avg 1921ms, max 1921ms)
Service
cupixworks-api
Occurrences
2
Status
Reported
Confidence
85%
Actionability
36%
Cluster ID
89baffb3-8f0c-4739-b1a8-0466f44bb1b6
First Seen
2026-05-27 10:43 UTC
Last Seen
2026-06-03 17:11 UTC
Actions
Api::V1::WorkspacesController#unshare (avg 1921ms, max 1921ms)
What Happened#
2026-05-27 10:43경 eu-central-1 리전에서 Api::V1::WorkspacesController#unshare 엔드포인트가 1921ms로 응답했다. DB 시간은 37.71ms에 불과했으나, FacilityPermission 삭제 시 PubSub 이벤트로 트리거되는 NotificationService 외부 HTTP 호출이 동기적으로 수행되어 약 2초의 wall-clock 지연이 발생했다.
Quick Facts#
| Field | Value |
|---|---|
| resource_name | Api::V1::WorkspacesController#unshare |
| top_frame | app/controllers/concerns/share_controller.rb:47 |
| duration | 1921ms (DB: 37.71ms, View: 0.31ms) |
| env | production, eu-central-1 |
| trace_id | 3982244350201681761 |
Timeline#
- 10:43:11.033Z — PUT /api/v1/workspaces/540/unshare 요청 시작
- 10:43:11.593Z — WorkspacePermission, FacilityPermission 삭제 시작
- 10:43:11.594Z — FacilityPermission destroyed → PubSub 이벤트 발행
- 10:43:11.594Z ~ 10:43:13.594Z — NotificationService 외부 HTTP 호출 (약 2초 소요)
- 10:43:13.594Z — Cache flush, event publish 완료
- 10:43:16.218Z — 204 응답 반환 (총 1920ms)
Scoring#
Confidence 85% · Actionability 36%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 13 code refs, 3 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 | 23 file(s) |
| Single repo | 1/3 | 2 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 0/3 | no test info |
| External dependency | 3/3 | no external deps |
| Data migration | 3/3 | no migration |