ES /docs

BIM360 refresh_token failed: - error: 500 Internal Server Error

Service
cupixworks-worker
Occurrences
1
Status
Reported
Confidence
80%
Actionability
36%
Cluster ID
9b617f9f-3686-46ff-931a-21e674cb6167
First Seen
2026-04-13 16:07 UTC
Last Seen
2026-04-13 16:07 UTC
Actions

BIM360 refresh_token failed: - error: 500 Internal Server Error

RCA Summary#

BIM360(Autodesk) OAuth token refresh 크론 작업(Cupix::Cron::Integration.renew_before_expiration)이 4시간마다 실행되면서 만료 예정인 integration의 refresh token을 갱신하는 과정에서, eu-central-1 리전의 integration ID 239에 대해 Autodesk Forge OAuth API가 HTTP 500 Internal Server Error를 반환했습니다. 이는 Autodesk 서버 측의 일시적 장애로, 해당 시점에 refresh token은 아직 유효한 상태였습니다(refresh_token_expired_at: 2026-04-14 12:07:17 UTC, 에러 발생 약 20시간 전). 현재 코드에는 일시적 외부 API 실패에 대한 재시도 로직이 없어, 단 한 번의 500 응답으로 integration이 failed 상태로 전환되었습니다.

Scoring#

Confidence 80% · Actionability 36%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 13 code refs, 5 log queries
Code path explicitness 3/3 13 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 10 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 3/3 no migration