ES /docs

TransferManager::uploadFile | response path: /tmp/workspace/675912/alignments_all.json, code: 503, m

Service
cupixworks-capture-postprocessor-agent
Occurrences
17
Status
Reported
Confidence
85%
Actionability
28%
Cluster ID
12c8b143-ca85-4586-a7ff-201bde5b5623
First Seen
2026-04-06 21:41 UTC
Last Seen
2026-04-20 16:41 UTC
Actions

TransferManager::uploadFile | response path: /tmp/workspace/675912/alignments_all.json, code: 503, m

RCA Summary#

AWS S3가 요청 속도 제한(rate limiting)으로 인해 HTTP 503 "Slow Down" 응답을 반환했으며, TransferManager::uploadFile은 이 응답을 받으면 즉시 에러로 처리하고 reject한다. uploadFile이 직접 호출될 때(task queue를 거치지 않고 PostprocessorService::uploadAlignmentData에서 직접 await하는 경우)에는 retryTask 로직이 적용되지 않아 재시도 없이 실패한다. 이후 uploadAlignmentDatacatch 블록이 이 에러를 warn 레벨로만 로깅하고 삼켜버려, alignment 데이터 업로드가 조용히 누락된다. 최근 1주간 여러 리전(us-east-1, us-west-1, us-west-2)에서 동일한 S3 503 Slow Down 패턴이 반복 발생하고 있어, 이는 일시적 S3 스로틀링이 아니라 구조적인 재시도 미비 문제이다.