revert(sources): bluesky를 걷어낸다 - #16
Merged
Merged
Conversation
요청받은 적 없는 플랫폼을 소스 확장 과정에서 넣었고, 실제 실행 조건에서 산출을 확인하지 않았다. BLUESKY_ACCOUNTS에 게시 빈도가 낮은 계정 하나뿐이라 데일리 --days 1 창에서 매번 0건이고 doctor에 0건 회귀 경고만 쌓인다. 크롤러, feed_config 항목, REGISTRY 등록, 테스트, README/AGENTS 표에서 제거했다. 제거 사유는 docs/TODO의 제외된 소스에 남겼다. 수집된 행이 없어 DB 정리는 필요 없다 (posts, tracked_sources 모두 0건).
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.
TL;DR
#14에서 추가한 bluesky를 걷어낸다. 요청받은 적 없는 플랫폼이었고, 실제 실행 조건에서 산출이 0이었다.
왜
크롤러 자체는 동작했다. 프로덕션에서 API를 직접 찌르면 HTTP 200에 엔트리 20개가 온다.
문제는 소스 선정이다.
BLUESKY_ACCOUNTS에bsky.app하나뿐인데 이 계정의 게시 간격이 며칠에서 한 달이라, 데일리--days 1창에서는 거의 매번 0건이다.AGENTS.md에 이미 적혀 있는 함정("등록해도 매번 0건인데 겉보기엔 멀쩡하다")을 그대로 반복했다. URL이 200을 주는지는 봤지만 운영 조건에서의 산출을 확인하지 않았다.창을 넓히는 건 해결이 아니다. 같은 글을 다시 받을 뿐이다.
무엇을
crawlers/feed/bluesky.py삭제feed_config.py의BLUESKY_ACCOUNTS/BLUESKY_AUTHOR_FEED_URL/BLUESKY_POST_THREAD_URL제거REGISTRY등록 해제BlueskyTests,_bsky_post, 레지스트리 단언)docs/TODO의 "Retired Sources"에 남겼다. 나중에 같은 걸 다시 넣지 않게 하기 위함이다DB 정리는 필요 없다. 수집된 행이 없어
posts,tracked_sources모두 0건이다.검증