ES /docs

Api::V1::SignupsController#signup_on_team (avg 11364ms, max 11364ms)

Service
cupixworks-api
Occurrences
4
Status
Reported
Confidence
85%
Actionability
28%
Cluster ID
f152f4a6-9e66-45c0-a2a3-d5186d03249b
First Seen
2026-07-13 22:01 UTC
Last Seen
2026-08-04 17:57 UTC
Actions

Api::V1::SignupsController#signup_on_team (avg 11364ms, max 11364ms)

What Happened#

2026-07-14 07:01 KST 무렵, cupixworks-api (us-west-2, tenant cupix) 에서 Api::V1::SignupsController#signup_on_team 요청 1건이 11,361ms 만에 200 응답으로 완료. 동일 endpoint 의 최근 14일 정상 요청은 대부분 1.3–2.3s 범위이므로 이번 요청은 명백한 outlier. DB time 은 1,094ms 로 전체 latency 의 10% 에 불과하고, 나머지 시간은 in-process 및 외부 (Cognito / Elasticsearch) 호출로 소비됨.

Quick Facts#

Field Value
exception.class (없음 — 200 OK, latency 이슈)
resource Api::V1::SignupsController#signup_on_team
top_frame app/operations/signup_operation.rb:43-99 (SignupOperation.team_signup)
duration 11,361.63 ms (avg=max, n=1)
db 1,094.38 ms
view 0.14 ms
env production, us-west-2
deploy production-us-west-2-20260713t1454z0-3ebb21b6-cupixworks
trace_id 1486681629062685307
request_id 6f60bf89-782f-4795-9726-c18873e6ba45
tenant cupix

Affected Teams#

Team / Domain Error Count Impact
bnbuilders (Team domain) 1 신규 팀 사용자 1명이 signup 완료까지 11초 대기. 요청은 성공하여 정상 signup 됨.

Timeline#

모든 시각은 KST (UTC+9).

  1. 2026-07-14 06:51 KST (approx) — 초대 발송. User noriel.bargo@bnbuilders.cominvited 상태로 생성 (updated_at: 2026-07-13 21:51:21 UTC, invitation_token: 950881 세팅).
  2. 2026-07-14 07:01:21 KSTsignup_on_team 요청 시작 (request_id 6f60bf89-...).
  3. 2026-07-14 07:01:23 KST — Cognito update_user! / update_cognito_user 로그 (요청 시작 후 ~1.8s). user.active_state! 로 인한 after_update :update_cognito_user 콜백 실행.
  4. 2026-07-14 07:01:31 KSTflush_cached_permission / flush_cached_permissions 로그 (Cognito update 이후 ~7.7s 뒤). Group 소속 추가 완료 후 permission cache flush.
  5. 2026-07-14 07:01:33 KST — 응답 200 반환 (총 11,361.63ms).

Scoring#

Confidence 85% · Actionability 28%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 17 code refs, 8 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 49 file(s)
Single repo 1/3 6 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