ES /docs

notification-service returns 403 — downstream availability issue

Service
cupixworks-api
Occurrences
296
Status
Reported
Confidence
85%
Actionability
52%
Cluster ID
148967aa-11e8-4150-a2b3-91be0cd6c009
First Seen
2026-04-09 01:45 UTC
Last Seen
2026-08-04 22:20 UTC
Actions

notification-service returns 403 — downstream availability issue

RCA Summary#

Cupix::NotificationService#create_user_recipe 메서드가 notification-service의 /api/recipes/v2 엔드포인트에 record_preview_ready recipe 생성을 요청했으나, notification-service가 {"message":"Forbidden"} (HTTP 403)을 반환했습니다. 같은 요청(request_id: e82c384f) 내에서 동일 사용자(user_id: 14807)의 다른 두 recipe(record_processing_completed, facility_new_project)는 ARG12001 (이미 존재)로 정상 처리되었습니다. 이는 동일 api_token으로 인증했음에도 record_preview_ready 요청만 403을 받은 것으로, notification-service 측의 일시적 인증/권한 검증 실패로 판단됩니다. notification-service 로그에서는 같은 시간대에 해당 recipe 생성을 정상 처리한 기록이 있어, race condition 또는 일시적 서비스 오류가 원인으로 보입니다.