ES /docs

error occurred while reprocess. capture_id: 2356, reason:Capture is not invokable status

Service
cupixworks-worker
Occurrences
1
Status
Dismissed
Confidence
80%
Actionability
44%
Cluster ID
770354d1-4ed6-498e-92f6-5fc1d1e7f5de
First Seen
2026-07-06 01:24 UTC
Last Seen
2026-07-06 01:24 UTC
Actions
현재 상태 dismissed 에서는 실행할 액션이 없습니다.

error occurred while reprocess. capture_id: 2356, reason:Capture is not invokable status

What Happened#

2026-07-06 10:24:50 KST 에 cupixworks-worker 에서 capture 2356 에 대한 reprocess (CaptureOperation.reinvoke_captures) 시도가 실패했다. create_capture_invokable? 체크가 Capture is not invokable status 사유로 Cupix::Errors::Entity 를 raise 했고, 이는 outer rescue StandardError 블록에서 잡혀 로그로 기록되었다. 1회 발생, 단일 capture 에 국한된다.

Quick Facts#

Field Value
exception.class Cupix::Errors::Entity (code ENT10000)
exception.message Capture is not invokable status
top_frame app/models/concerns/invokable/capture.rb:25
logged_by app/operations/capture_operation.rb:39
env production, region ap-southeast-1, tenant cupix
capture_id 2356

Affected Teams#

Team / Domain Error Count Impact
cupixworks-worker (capture reprocess) 1 관리자가 요청한 capture 2356 reprocess 1건 실패. 다른 capture 나 사용자로 확산 없음.

Timeline#

  1. 2026-07-06 10:24:44 KST — capture 2356 에 대한 선행 reprocess 파이프라인이 진행: reconstruction_statenone → queued 로 전이되고 create_3d_reconstruction 관련 job 이 생성됨 (Datadog 로그).
  2. 2026-07-06 10:24:50 KST — 후속 reinvoke_captures 호출이 실행되어 reset_captureready_to_process_state!save!after_commit :invoke_capture 흐름을 실행. create_capture 진입 시 create_capture_invokable? 체크가 실패하며 Cupix::Errors::Entity 예외 발생.
  3. 2026-07-06 10:24:50 KSTCaptureOperation.reinvoke_capturesrescue StandardError 블록에서 예외를 잡고 error occurred while reprocess. capture_id: 2356, reason:Capture is not invokable status 로그를 남김. 결과는 { id: 2356, status: 'error', error: ... } 로 반환됨.
  4. 2026-07-06 10:25:16 KST / 10:31:44 KST — 이후 Updating associated deviations/sitetracks for Capture 2356 info 로그가 남아 있어, 관련 파이프라인은 정상 진행됨을 확인.

Scoring#

Confidence 80% · Actionability 44%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 24 code refs, 5 log queries
Code path explicitness 3/3 24 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 5/5 trivial
Affected files 1/5 17 file(s)
Single repo 1/3 5 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