Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

주기적으로 쓰레기 매물 데이터 삭제 #8

Open
jh8579 opened this issue May 19, 2020 · 0 comments
Open

주기적으로 쓰레기 매물 데이터 삭제 #8

jh8579 opened this issue May 19, 2020 · 0 comments

Comments

@jh8579
Copy link
Contributor

jh8579 commented May 19, 2020

현재 상황

  • 현재 매물 데이터를 피터팬 api를 크롤링하여 사용 중

문제

  • 매물이 판매되거나 비공개 처리되어 사라졌을 때 매물을 삭제할 필요가 있음
  • 같은 어플리케이션 내에서 배치를 돌리면 로드밸런싱 되어 있는 두 개의 인스턴스에서 동시에 배치 작업 실행
  • 동시에 배치 작업을 돌리면 DB update 과정에서 충돌 발생

목표

  • 매일 배치 작업을 하는 새로운 배치 어플리케이션 필요
  • Entity와 Repository를 분리하여 Web Application과 Batch Application에서 공유할 수 있게 하여 중복되는 코드 줄이기

추가적 이슈

  • 슬랙 메시지 전송 url을 깃허브에 올리면 슬랙에서 해당 url을 자동으로 새로운 url로 갱신
  • kakao api key처럼 인프라 생성 시에 시스템 환경변수로 삽입하여 해결
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant