Skip to content

♻️ [REFACTOR#45] NewsAPI 관련 데이터 적재 : try-catch 를 통한 Spring Context 종료 방지#47

Merged
kimjy0117 merged 2 commits intomainfrom
develop
Apr 8, 2025
Merged

♻️ [REFACTOR#45] NewsAPI 관련 데이터 적재 : try-catch 를 통한 Spring Context 종료 방지#47
kimjy0117 merged 2 commits intomainfrom
develop

Conversation

@kimjy0117
Copy link
Member

@kimjy0117 kimjy0117 commented Apr 8, 2025

🚀 관련 이슈

📝 작업 내용

ExternalApi/NewsApiService 관련 에러 수정
BeanCreationException: Error creating bean with name 'newsApiService': Invocation of init method failed

  • try-catch 를 통해 Spring Context : 전체 어플리케이션 중단 방지
  • Headline 스케줄링 3 -> 4 시간 마다 실행되도록 주기 수정
  • ( 서비스 키 호출량 초과해도 서비스 자체가 죽지 않도록 함 )

✔️ 체크 리스트

  • Merge 하려는 브랜치가 올바른가? (main branch에 실수로 PR 생성 금지)
  • Merge 하려는 PR 및 Commit들을 로컬에서 실행했을 때 에러가 발생하지 않았는가?

Oyisbe and others added 2 commits April 7, 2025 23:52
- try-catch 를 통해 Spring Context : 전체 어플리케이션 중단 방지
- Headline 스케줄링 3 -> 4 시간 마다 실행되도록 주기 수정
♻️ [REFACTOR#45] NewsAPI 관련 데이터 적재  : try-catch 를 통한 Spring Context 종료 방지
@kimjy0117 kimjy0117 added the 🐛 BugFix 버그 수정 label Apr 8, 2025
@kimjy0117 kimjy0117 merged commit 7821fe2 into main Apr 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 BugFix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants