CompleteService::handlingMessageErrors | Error and message object - {"error":{"response":{"statusCod
Service
cupixworks-any-complete-agent
Occurrences
3
Status
Reported
Confidence
80%
Actionability
28%
Cluster ID
4a8c2856-50a6-4278-b486-dbc0f5d3d6b5
First Seen
2026-04-23 08:13 UTC
Last Seen
2026-04-24 19:27 UTC
Actions
CompleteService::handlingMessageErrors | Error and message object - {"error":{"response":{"statusCod
What Happened#
2026-04-23 08:13:35 UTC에 cupixworks-any-complete-agent 서비스에서 job 1031025에 대한 PUT /api/v1/jobs/1031025 요청이 nginx로부터 504 Gateway Time-out 응답을 받았다. 이는 downstream API(cupixworks-api)에서 ActiveRecord::LockWaitTimeout이 발생하여 요청 처리가 지연되었고, nginx의 gateway timeout 임계값을 초과했기 때문이다. 동일 job에 대해 다수의 동시 PUT 요청이 발생하면서 MySQL row lock 경합이 원인이었다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | HttpError |
| exception.message | 504 Gateway Time-out (nginx) |
| top_frame | base-service.ts:311 |
| env | production, us-west-2 |
Timeline#
- 07:16:55 UTC — Job 1031025 최초 처리 시작 (ECS task stopped → postprocessor 호출), 07:18에 정상 완료 (stopped)
- 07:56:53 UTC — Job 1031025이
stopped → running으로 재트리거됨 (두 번째 처리 사이클 시작) - 08:11:27 UTC — API 측에서
PUT /api/v1/jobs/1031025에 대해ActiveRecord::LockWaitTimeout502 에러 최초 발생 - 08:13:35 UTC — Complete-agent가 504 Gateway Time-out 수신 (본 인시던트)
- 08:13:36 UTC — API 측에서 동일 시각
LockWaitTimeout502 추가 발생 - 08:13:40 UTC — 경합 해소 후 PUT 요청 성공 (200)
- 08:14:54 ~ 08:15:08 UTC — 후속 SQS 재시도에서
InvalidState: State not changed400 에러 발생 (이미 상태 변경 완료) - 08:18:09 UTC — 최종 PUT 성공, 처리 완료
Scoring#
Confidence 80% · Actionability 28%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 9 code refs, 6 log queries |
| Code path explicitness | 3/3 | 9 file:line refs |
| Log evidence | 2/3 | section, query |
| 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 | 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 |