fix: 크롤링 예외처리 개선 및 봇 탐지 방지#16
Merged
Merged
Conversation
… Error.cause 문법 적용
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
#14 #11
Cursor AI를 통해 개선했습니다.
이전과 마찬가지로
스프링 배치 -> AWS Lambda 호출 및 응답과 관련된 코드만 개선했습니다.이전에 정리하지 못한 코드를 개선했습니다.
withins Repository 후속 작업을 위해 PR 선 반영할게요!
🚀 크롤링 예외처리 개선
🎯 주요 개선사항
📊 변경 통계
🎨 아키텍처 개선
1. HOF 패턴 → Decorator 패턴 전환
Before (HOF 패턴):
After (Decorator 패턴):
2. ES2022 Error.cause
AppError
Lambda 응답 구조 개선:
🛡️ 봇 탐지 방지 강화
브라우저 설정 최적화
새로운 워크플로우:
deploy-test.yml: 테스트 전용 Lambda 배포