gendesign/tradein-mvp/backend
Light1YT 14798cc07c
All checks were successful
CI / changes (pull_request) Successful in 6s
CI / backend-tests (pull_request) Has been skipped
CI / frontend-tests (pull_request) Has been skipped
CI / openapi-codegen-check (pull_request) Has been skipped
feat(scheduler): wire house_imv_backfill as scheduled source (#854)
The house_imv_backfill service (services/house_imv_backfill.backfill_house_imv)
populates house_imv_evaluations on demand but was never on a schedule, so the
table stayed ~empty on prod. Register it as a standalone scrape_schedules source:

- trigger_house_imv_backfill_run mirrors trigger_avito_detail_backfill_run /
  trigger_yandex_address_backfill_run (_claim_run -> asyncio.create_task -> fresh
  SessionLocal -> add_done_callback). Since the service has no tasks/*-wrapper
  owning the run lifecycle, the trigger finalises scrape_runs itself
  (mark_done/mark_failed) like trigger_refresh_search_matview_run, and passes a
  heartbeat callback so reap_zombies does not kill a long live IMV run (#1363).
- dispatch branch in scheduler_loop routes source=="house_imv_backfill".
- migration 132 seeds an idempotent scrape_schedules row (window 15:00-17:00 UTC,
  after the Avito sweep/full-load + geocode/cadastral enrichment blocks).

Refs #854
2026-06-26 12:25:01 +05:00
..
app feat(scheduler): wire house_imv_backfill as scheduled source (#854) 2026-06-26 12:25:01 +05:00
data/sql feat(scheduler): wire house_imv_backfill as scheduled source (#854) 2026-06-26 12:25:01 +05:00
scripts fix(backfill): drop nonexistent kadastr_num column from listings SELECT 2026-06-17 23:47:30 +03:00
tests feat(scheduler): wire house_imv_backfill as scheduled source (#854) 2026-06-26 12:25:01 +05:00
.dockerignore feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
Dockerfile feat(browser): split camoufox into tradein-browser container, connect-mode (#905) 2026-05-31 17:24:35 +03:00
pyproject.toml fix(scrapers/backend): socks5 health-probe (httpx[socks]) + status Literal whitelist + #1820 ext_id=0 dedup-гард 2026-06-20 10:17:37 +03:00