| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 31 hours | feat: track wiki_status_code and skip 404 entries on rerun | dev | 1 | -23/+47 | |
| - queryWikiArticle returns HTTP status code alongside entry data - Always record wiki_status_code for every request (success or failure) - Skip entries with wiki_status_code = 404 in future runs - Only update data fields on HTTP 200; non-200 only records status - Log line shows updated vs skipped (non-200) counts | |||||
| 35 hours | fix: add 429 retry with exponential backoff and increase rate limit delay | dev | 1 | -9/+32 | |
| - Retry up to 5 times on HTTP 429 with 2s/4s/8s/16s backoff - Move inter-request delay before each request (was after) - Increase base delay from 1s to 2s between requests - Fix: only sleep after first request (skip delay on first call) | |||||
| 35 hours | feat: fetch missing wiki data from custom server and populate imdb table | dev | 1 | -0/+283 | |
| - Add wiki_server and wiki_username config fields - Query custom server for each wiki_article entry - Extract description, synopsis (Plot), year, poster_url, license, license_url, num_accolades from structured JSON response - Serial processing with 1 req/s rate limit - Update only entries missing at least one target column | |||||
