Backend: atomic += increments to hotels_found, rates_scraped, dates_completed, dates_failed after each date in both worker types (search-results and hotel-page). Safe for concurrent workers because PostgreSQL evaluates x = x + delta atomically per statement. If the container is killed mid-run, the counts already reflect what was done rather than zeroing out. Frontend: new Progress column showing X/Y (NN%) of dates completed; highlighted in gold while the batch is running. scrape-history query auto-refetches every 5s whenever a running entry is present. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| direct_profiles | ||
| scraper_backends | ||
| __init__.py | ||
| booking_scraper.py | ||
| central_settings.py | ||
| direct_scraper.py | ||
| newbook_rates_client.py | ||
| proxy.py | ||