ES /docs

Api::V1::Admin::MigrationsController#create (avg 1055ms, max 1057ms)

Service
cupixworks-api
Occurrences
5
Status
Reported
Confidence
85%
Actionability
40%
Cluster ID
eb388195-183b-4bd3-b6b6-16fd1d973a35
First Seen
2026-05-26 04:45 UTC
Last Seen
2026-05-29 04:53 UTC
Actions

Api::V1::Admin::MigrationsController#create (avg 1055ms, max 1057ms)

What Happened#

2026-05-26 04:45~07:26 UTC 사이에 cupixworks-api 서비스의 POST /api/v1/admin/migrations 엔드포인트에서 평균 1055ms의 응답 지연이 3회 감지되었다. 이 지연은 create 액션이 Evergreen API에 대한 동기식 HTTP POST 호출(~650ms)과 DB 쿼리(~400ms)를 순차적으로 수행하기 때문에 발생한다.

Quick Facts#

Field Value
resource_name Api::V1::Admin::MigrationsController#create
top_frame app/operations/migration_operation.rb:61
env production, us-west-2
avg_duration 1055ms
max_duration 1131ms

Timeline#

  1. 2026-05-26T04:44:28Z — 동일 사용자가 잘못된 API 토큰으로 401 응답 수신 (3.2~9.3ms, 인증 단계에서 short-circuit)
  2. 2026-05-26T04:46:00Z — 정상 인증 후 첫 slow 요청 (1054ms, 502 응답 — Evergreen 401 에러)
  3. 2026-05-26T04:46:16Z — 두 번째 slow 요청 (1049ms, 200 성공)
  4. 2026-05-26T07:26:21Z — 세 번째 slow 요청 (1131ms, 200 성공)
  5. 2026-05-27 — RCA 수행

Scoring#

Confidence 85% · Actionability 40%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 9 code refs, 3 log queries
Code path explicitness 3/3 9 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 5/5 trivial
Affected files 1/5 13 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 0/3 migration needed