From ecf12e8713cd898f456ab5af1d060aaaa22ef70d Mon Sep 17 00:00:00 2001 From: happybell80 Date: Sat, 6 Sep 2025 18:18:00 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20APScheduler=20=EC=9C=A0=EC=A7=80=20?= =?UTF-8?q?=EB=B0=8F=20=EC=B0=B8=EA=B3=A0=20=EC=82=AC=ED=95=AD=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - APScheduler 트리거 유지 - 고급 검색 기능 참고 명시 - naver_startup_news_service.py 참고 추가 --- plan/250906_news_system_integration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plan/250906_news_system_integration.md b/plan/250906_news_system_integration.md index 80b953f..9535c1c 100644 --- a/plan/250906_news_system_integration.md +++ b/plan/250906_news_system_integration.md @@ -29,12 +29,13 @@ ## 2. 통합 플로우 -### 2.1 뉴스 수집 및 채널 전송 (09:00) +### 2.1 뉴스 수집 및 채널 전송 ``` APScheduler → skill-news:8505/api/news/search → rb8001 send_news_for_posting() - → Slack 채널 전송 (C09CP4MDX71) + → Slack 채널 전송 ``` +**참고**: 고급 검색 기능 company-x_hompage에 구현됨 ### 2.2 사용자 인터랙션 (목표) ``` @@ -55,6 +56,7 @@ rb8001 → POST skill-publish:8511/publish ### 3.1 Slack Block Kit 메시지 (rb8001) **위치**: 새 함수 send_news_for_posting() 구현 +**참고**: skill_news/app/services/naver_startup_news_service.py ```python blocks = [ {