Commit graph

2 commits

Author SHA1 Message Date
bot-backend
60959a58c9 fix(tradein): deactivate_stale для domklik/n1 + честная freshness по scraped_at (#2204)
All checks were successful
CI / changes (pull_request) Successful in 7s
CI / backend-tests (pull_request) Has been skipped
CI / openapi-codegen-check (pull_request) Has been skipped
CI / frontend-tests (pull_request) Has been skipped
- deactivate_stale_listings: kwarg staleness_column (whitelist last_seen_at/scraped_at,
  ValueError до SQL; имя колонки в f-string только после whitelist, значения — binding)
- параметр прокинут в оба dispatch-пути (product_handlers kit + legacy scheduler)
- seed 160: deactivate_stale_domklik (scraped_at, ttl=14 — last_seen_at двигается
  нетрекаемым bulk-touch и для TTL бесполезен), deactivate_stale_n1 (ttl=14, dead source)
- domklik blanket по сегментам осознанно: 100% строк vtorichka (prod 2026-07-02)
- +13 тестов; полный сьют 2959 passed

Refs #2204
2026-07-02 23:03:44 +03:00
91f9a95f93 feat(scrapers): segment-aware generic deactivate_stale for yandex/cian (#1558)
All checks were successful
Deploy Trade-In / changes (push) Successful in 7s
Deploy Trade-In / build-frontend (push) Has been skipped
Deploy Trade-In / deploy (push) Successful in 45s
Deploy Trade-In / build-browser (push) Has been skipped
Deploy Trade-In / test (push) Successful in 33s
Deploy Trade-In / build-backend (push) Successful in 56s
2026-06-16 16:09:19 +00:00