Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DHkhSec7rmSeYMbvZyyRK6
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DHkhSec7rmSeYMbvZyyRK6
기존에는 신청 시작(예: 16:20) 예약 알림을 30초 주기 API 폴링 루프 안에서 같이 처리해, 정시가 지나도 다음 폴링 틱까지 최대 30초 가까이 늦게 발송될 수 있었다. poll_api()가 채워두는 강연 목록 캐시를 참조하는 별도의 1초 주기 루프(check_open_schedule)를 추가해, 외부 API 호출 없이 로컬 DB 시각 비교만으로 정시 발송 여부를 체크하도록 분리했다. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JozrZg8W8pEjdf8Egsozk3
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JozrZg8W8pEjdf8Egsozk3
refactor: polling 주기 1초로 변경
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.
이슈 번호
작업 내용