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

[IDLE-454] 크롤링 테스트를 위한 배치 수행 시각 및 로그 추가 #202

Merged
merged 5 commits into from
Oct 22, 2024

Conversation

wonjunYou
Copy link
Contributor

@wonjunYou wonjunYou commented Oct 22, 2024

1. 📄 Summary

  • 크롤링 테스트를 위한 배치 수행 시각 및 로그 추가

Summary by CodeRabbit

  • 새로운 기능

    • 크롤링 작업의 스케줄링 시간이 매일 오전 1시에서 오후 4시 30분으로 변경되었습니다.
    • 크롤링 프로세스의 오류 처리 및 로깅 기능이 개선되었습니다.
  • 버그 수정

    • 알림 쿼리 로직이 수정되어, 특정 조건에 따라 반환되는 알림 목록이 변경되었습니다.

Copy link

coderabbitai bot commented Oct 22, 2024

Walkthrough

CrawlingJobScheduler.kt 파일의 CrawlingJobScheduler 클래스에서 scheduleJob 함수의 스케줄링 구성 변경이 이루어졌습니다. 크론 표현식이 "0 00 01 * * *"에서 "0 30 16 * * *"로 변경되어, 작업 실행 시간이 매일 오전 1시에서 오후 4시 30분으로 조정되었습니다. WorknetCrawler.kt 파일에서는 run() 함수 내에서 initializeDriver() 메소드에 대한 오류 처리가 추가되었고, 여러 로깅 문구가 삽입되어 크롤링 과정의 추적 가능성이 향상되었습니다. NotificationQueryRepository.kt 파일의 findAllByUserId 메소드에서는 쿼리 로직이 수정되어, next 매개변수에 따라 반환되는 알림의 집합이 변경될 수 있습니다.

Changes

파일 경로 변경 요약
idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt scheduleJob 함수의 크론 표현식이 "0 00 01 * * *"에서 "0 30 16 * * *"로 변경됨.
idle-batch/src/main/kotlin/com/swm/idle/batch/util/WorknetCrawler.kt run() 함수에서 initializeDriver() 메소드를 try-catch 블록으로 감싸 오류 처리를 추가하고, 여러 로깅 문구를 추가하여 크롤링 과정의 세부 정보를 기록함.
idle-domain/src/main/kotlin/com/swm/idle/domain/notification/repository/querydsl/NotificationQueryRepository.kt findAllByUserId 메소드의 쿼리 로직에서 next 매개변수에 대한 필터 조건이 notification.id.goe(it)에서 notification.id.loe(it)로 변경됨.

Possibly related PRs

Suggested labels

🎯리팩토링, 🛠️버그


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@wonjunYou wonjunYou self-assigned this Oct 22, 2024
@wonjunYou wonjunYou added the ✨기능 기능 개발 및 구현 label Oct 22, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Outside diff range and nitpick comments (2)
idle-batch/src/main/kotlin/com/swm/idle/batch/util/WorknetCrawler.kt (2)

54-58: 드라이버 초기화 에러 처리 개선

드라이버 초기화 과정에 에러 처리를 추가한 것은 좋은 개선입니다. 이는 초기화 중 발생할 수 있는 문제를 더 잘 파악하고 디버깅하는 데 도움이 될 것입니다.

다만, 에러 로깅 후의 동작을 명확히 하는 것이 좋겠습니다. 예를 들어, 드라이버 초기화에 실패했을 때 프로그램을 종료하거나 대체 로직을 실행하는 등의 처리를 추가하는 것을 고려해보세요.


82-86: 크롤링 페이지 수 로깅 및 조기 종료 처리 추가

크롤링 페이지 수를 로깅하고 공고가 없을 때 조기 종료하는 로직을 추가한 것은 좋은 개선입니다. 이를 통해 크롤링 작업의 진행 상황을 더 잘 이해할 수 있습니다.

조기 종료 시 로그 레벨을 'info'에서 'warn'으로 변경하는 것을 고려해보세요. 이는 예상치 못한 상황이므로 더 높은 가시성을 가질 수 있습니다.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between 46adb7c and a7dab7a.

📒 Files selected for processing (3)
  • idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt (1 hunks)
  • idle-batch/src/main/kotlin/com/swm/idle/batch/util/WorknetCrawler.kt (2 hunks)
  • idle-domain/src/main/kotlin/com/swm/idle/domain/notification/repository/querydsl/NotificationQueryRepository.kt (1 hunks)
🧰 Additional context used
🔇 Additional comments (3)
idle-batch/src/main/kotlin/com/swm/idle/batch/util/WorknetCrawler.kt (3)

60-60: 크롤링 작업 시작 로깅 추가

크롤링 작업 시작을 로깅하는 것은 좋은 방법입니다. 이를 통해 프로그램의 실행 흐름을 더 쉽게 추적할 수 있습니다.


70-70: 크롤링 URL 로깅 추가

크롤링 대상 URL을 로깅하는 것은 매우 유용합니다. 이를 통해 어떤 페이지를 크롤링하고 있는지 쉽게 확인할 수 있으며, 문제 발생 시 디버깅에 도움이 될 것입니다.


78-79: 크롤링 대상 공고 수 로깅 추가

크롤링 대상 공고 수를 로깅하는 것은 매우 유용한 정보입니다. 이를 통해 작업의 규모를 파악할 수 있고, 진행 상황을 모니터링하는 데 도움이 됩니다.

@@ -13,7 +13,7 @@ class CrawlingJobScheduler(
private val crawlingJobConfig: CrawlingJobConfig,
) {

@Scheduled(cron = "0 00 01 * * *")
@Scheduled(cron = "0 30 16 * * *")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

크롤링 작업 실행 시간 변경에 대한 문서화가 필요합니다

현재 크롤링 작업의 실행 시간 변경에 대한 문서나 최근 커밋 메시지에서 관련 언급을 찾을 수 없었습니다. 변경의 구체적인 이유와 배경을 명확히 설명해 주시기 바랍니다.

🔗 Analysis chain

크롤링 작업 실행 시간 변경에 대한 검토 필요

크롤링 작업의 실행 시간이 오전 1시에서 오후 4시 30분으로 변경되었습니다. 이는 시스템 운영에 상당한 영향을 미칠 수 있는 변경사항입니다.

  1. 이 변경의 구체적인 이유와 예상되는 이점을 설명해 주시겠습니까?
  2. 이 변경사항을 코드 주석이나 문서에 기록하는 것이 좋겠습니다.
  3. 새로운 실행 시간이 시스템 리소스 사용에 미치는 영향을 검증했는지 확인해 주세요.

다음 스크립트를 실행하여 이 변경사항이 다른 곳에서도 언급되었는지 확인해 보겠습니다:

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: 크롤링 작업 시간 변경에 대한 언급 확인

# Test 1: README나 문서 파일에서 변경 사항 언급 확인
echo "Checking documentation for mentions of the scheduling change:"
rg -i "crawl.*schedul|배치.*시간|크롤링.*시간" $(fd -e md -e txt)

# Test 2: 커밋 메시지에서 변경 사항 언급 확인
echo "Checking recent commit messages for mentions of the scheduling change:"
git log --grep="crawl.*schedul|배치.*시간|크롤링.*시간" --since="1 week ago"

Length of output: 422

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨기능 기능 개발 및 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant