Api::V1::TradeTaskTracesController#index (avg 10654ms, max 10654ms)
Service
cupixworks-api
Occurrences
1
Status
Reported
Confidence
85%
Actionability
28%
Cluster ID
b7148821-6221-4cf0-8439-cbe50270e569
First Seen
2026-08-03 17:30 UTC
Last Seen
2026-08-03 17:30 UTC
Actions
Api::V1::TradeTaskTracesController#index (avg 10654ms, max 10654ms)
What Happened#
2026-08-04 02:30:59 KST에 cupixworks-api (us-west-2) 의 Api::V1::TradeTaskTracesController#index 요청 하나가 10,640ms 동안 실행되었다. 반환된 레코드는 72건이었지만 응답 전체 시간의 76% (8,038ms) 가 serializer 단계에서 소비되었고, 동일한 facility/record_id 로 15분 후 반복된 동일 요청은 107ms 로 완료되어 100배 차이가 관측되었다. 자동화된 preprocessor agent (cupix-sitetrack-preprocessor-agent) 가 유일한 caller 로, 콜드 캐시 상태에서 associated model (record, capture, workarea, trade) 별 fetch_cache 미스 캐스케이드가 발생한 것으로 판단된다.
Quick Facts#
| Field | Value |
|---|---|
| resource_name | Api::V1::TradeTaskTracesController#index |
| top_frame | app/repositories/trade_task_trace_repository.rb:47 (SearchResult contents) → app/serializers/trade_task_trace_serializer.rb:11-14 (_record/_capture/_workarea/_trade) |
| duration | 10,640.37 ms |
| serialization | 8,038 ms (76%) |
| db | 768.72 ms (7%) |
| view | 0.11 ms |
| total_entries | 72 (per_page=100, page=1) |
| runtime | Ruby (Rails / FastJsonapi) |
| deploy | production-us-west-2-20260803t0501z0-6432b465-cupixworks |
| env | production, us-west-2 |
| user_agent | cupix-sitetrack-preprocessor-agent |
| tenant / team | cupix / accoes (id=816) |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| accoes (team_id=816) | 1 | preprocessor-agent 이 trade_task_trace 목록 조회에서 10초 지연 관찰 |
동일 endpoint 를 사용하는 프론트엔드 caller 는 발견되지 않았고 자동화 agent 요청이 유일한 소스이다.
Timeline#
- 2026-08-04 02:30:59 KST — GET
/api/v1/facilities/kgo4s6/trade_task_traces?record_id=140677&per_page=100&page=1요청 시작 (trace_id8735584501938793007). - 2026-08-04 02:31:10 KST — 동일 요청 200 응답, duration=10,640ms, serialization=8,038ms.
- 2026-08-04 02:46:45 KST — 동일 파라미터 재요청 완료, duration=107ms, serialization=54ms (캐시 warm).
- 2026-08-04 02:59:57 KST — 동일 파라미터 재요청 완료, duration=121ms, serialization=86ms (지속적으로 warm).
Scoring#
Confidence 85% · Actionability 28%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 19 code refs, 5 log queries |
| Code path explicitness | 3/3 | 19 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 | 20 file(s) |
| Single repo | 1/3 | 5 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 |