"""매물 매칭+알림 임계구역 직렬화 락 — cron 파이프라인과 워커 ingest가 공유해 run_listing_matching()+notify_new_listings() 동시 실행(중복 텔레그램)을 방지한다.""" import threading match_notify_lock = threading.Lock()