Skip to content

fix: 게시판 크롤링 중단 문제 수정 - #192

Merged
taejinn merged 1 commit into
developfrom
fix/#191
Aug 9, 2026
Merged

fix: 게시판 크롤링 중단 문제 수정#192
taejinn merged 1 commit into
developfrom
fix/#191

Conversation

@taejinn

@taejinn taejinn commented Aug 9, 2026

Copy link
Copy Markdown

작업 내용

  • 삭제 게시글 조회 SQL의 컬럼명을 실제 DB 스키마에 맞게 수정했습니다.
    • is_deleteis_deleted

문제 원인

delete_article의 조회 SQL이 존재하지 않는 is_delete 컬럼을 사용했습니다. 첫 번째 게시판의 글 저장은 완료되지만 이어지는 삭제 확인에서 오류가 발생해, 같은 프로세스의 다음 게시판 크롤링이 실행되지 않았습니다.

확인 사항

  • 실제 DB 스키마의 컬럼명이 is_deleted인 것을 확인
  • 임시 DB 스키마에서 수정된 SQL 실행 확인
  • Python 파일 18개 구문 검사 통과
  • 일반·장학·학사 게시판 목록 및 상세 파싱 확인

참고 사항

  • 운영 환경 배포와 실제 배치 실행은 아직 진행하지 않았습니다.
  • 과거 누락 게시글은 일반 실행의 최신 60건 제한으로 모두 복구되지 않으므로 별도 백필이 필요합니다.

Closes #191

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d7bf35c7-b6fd-4212-804b-f9a1017faf21

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@taejinn
taejinn changed the base branch from master to develop August 9, 2026 20:07
@taejinn taejinn self-assigned this Aug 9, 2026
@taejinn
taejinn marked this pull request as ready for review August 9, 2026 20:09
@taejinn
taejinn merged commit a6148b1 into develop Aug 9, 2026
1 check passed
@taejinn taejinn mentioned this pull request Aug 9, 2026
3 tasks
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

Successfully merging this pull request may close these issues.

fix: 일부 게시판 크롤링이 중단되는 문제

1 participant