fix: Telegram 409 다중 인스턴스 충돌 시 WARNING + 30초 백오프 (#180) #185
Reference in New Issue
Block a user
Delete Branch "feature/issue-180-telegram-instance-lock"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes
Test plan
test_get_updates_409_sets_conflict_backoff— 409 시 백오프 설정 확인test_poll_loop_skips_during_conflict_backoff— 백오프 중 polling 스킵 확인🤖 Generated with Claude Code
이건 종료 시켜야 하지 않아?
맞습니다. 백오프 후 재시도는 충돌만 반복되는 구조였습니다.
코드 수정:
_running = False로 polling을 즉시 종료_conflict_backoff_until필드 및 관련 로직 제거최신 커밋 반영했습니다.