feat(domclick): wire DomClick citywide sweep into pipeline+scheduler (seeded disabled) #1730
No reviewers
Labels
No labels
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
Fable 5 ревью
feedback/max
generative
GG-форсайт
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
вторичка
ИРД
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#1730
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/activate-domclick-sweep"
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
Activates the existing-but-unwired
DomClickScraper(#796) — a complete camoufox/BrowserFetcher scraper that was never connected to the pipeline (0 rows, no schedule). Validated live (home IP): EKBcity_id=4, SERP returns 40/card/sale__flat__<id>cards, "2 398" 2-room listings, not DataDome-blocked via browser.Changes
scrape_pipeline.py:run_domclick_city_sweep+DomClickCitySweepCounters— CITYWIDE (no geo anchors; SERP has no coords).fetch_city(city_id, rooms, pages)→save_listings(triggers house-match hook; fingerprint-tier only since lat/lon NULL). Sameasyncio.wait_forwatchdog pattern as siblings.scheduler.py: dispatchdomclick_city_sweep→run_domclick_city_sweep+trigger_domclick_city_sweep_run(mirrors yandex sibling), passes default_params.data/sql/122_enable_domclick_city_sweep.sql: idempotent seed,enabled=false(dormant — enable after manual prod-smoke), window 3-6, params{city_id:4, rooms:[0..4], pages_per_anchor:5, request_delay_sec:6}.⚠️ Scraper's canonical source string is
"domklik"(pre-existing in domclick.py, left untouched) — listings will havesource='domklik'.Test plan
pytest -k "domclick or pipeline or sweep or scheduler"→ 163 passed; ruff clean_parse_htmlcard→lotRefs #796