Api::V1::FacilitiesController#update (avg 1055ms, max 1055ms)
Service
cupixworks-api
Occurrences
6
Status
Reported
Confidence
85%
Actionability
28%
Cluster ID
f72f4212-d456-4b2c-984c-8db4a207e852
First Seen
2026-05-27 07:11 UTC
Last Seen
2026-05-27 14:26 UTC
Actions
Api::V1::FacilitiesController#update (avg 1055ms, max 1055ms)
What Happened#
2026-05-27 07:11:39 UTC, cupixworks-api 서비스의 Api::V1::FacilitiesController#update 요청이 1055ms 소요되었다. 일반적인 facility update 응답 시간(80-135ms) 대비 약 8배 느린 응답이다. DB 시간은 24ms에 불과했으며, 나머지 ~1028ms는 before_commit 콜백에서 발생한 Google Maps Timezone API 동기 호출과 after_commit에서의 Google Static Map 다운로드에 소비되었다.
Quick Facts#
| Field | Value |
|---|---|
| resource_name | Api::V1::FacilitiesController#update |
| top_frame | app/models/concerns/geo_queriable/facility.rb:12 |
| env | production, us-west-2 |
| duration | 1055ms (DB: 24ms, external HTTP: ~1028ms) |
| facility | oqlhj2 |
Timeline#
- 07:09:49 — Facility
oqlhj2생성 (create) - 07:10:39 — 첫 번째 update (110ms, 정상 — name 변경만)
- 07:11:17 — 두 번째 update (474ms — siteinsights_version, DB heavy 395ms)
- 07:11:39 — 세 번째 update (1055ms — location 변경으로 timezone API + thumbnail 다운로드 발생)
- 07:11:39 —
update_timezone→set_location_based_timezone!콜백 실행 (Google Timezone API 호출)
Scoring#
Confidence 85% · Actionability 28%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 17 code refs, 4 log queries |
| Code path explicitness | 3/3 | 17 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 | 2 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 0/3 | no test info |
| External dependency | 1/3 | external deps found |
| Data migration | 3/3 | no migration |