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> |
||
|---|---|---|
| .. | ||
| public/icons | ||
| src | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||