ES /docs

[RecordFactory] The count has reached the maximum wait count. captured_at: 2026-04-27T14:09:36+00:00

Fix Plan: [RecordFactory] The count has reached the maximum wait count

Changes#

tesla: app/factories/record_factory.rb#

  • What: Cupix::Logger.errorCupix::Logger.warn으로 변경 (line 54)
  • Why: 이 에러는 일시적 타이밍 문제로 클라이언트 재시도 시 자연 복구되는 패턴. 7일간 2건으로 매우 드물고, 사용자 영향이 제한적인 operational condition. error 레벨은 불필요한 알림을 발생시킴.
  • Lines: 54

Acceptance Criteria#

  • app/factories/record_factory.rb line 54에서 Cupix::Logger.errorCupix::Logger.warn으로 변경됨
  • 나머지 코드는 변경 없음 (raise 로직, retry 횟수 등 유지)
  • ruby -c app/factories/record_factory.rb 문법 검증 통과

Tests#

  • 기존 테스트: spec/factories/record_factory_spec.rb (존재 시)
  • 신규 테스트: 없음 (로그 레벨 변경만이므로)