Refresh data, move logs to project dir, update docs
Some checks failed
Deploy stAndrews / deploy (push) Failing after 16s

- Weekly refresh: 388 owners, 10 sales, 11 listings (2026-04-16)
- Move cron logs from ~/ to logs/ in each project dir
- Add logs/ to .gitignore and .dockerignore
- Update CLAUDE.md with log location and ops notes
- Update TODO.md with log relocation completion
This commit is contained in:
2026-04-16 06:15:07 -04:00
parent ef5c62d2a6
commit 29f48172fb
7 changed files with 20 additions and 1 deletions

View File

@@ -12,6 +12,9 @@
- [x] Add cron job to run `update_owners.R` weekly inside the rstudio container:
Runs every Sunday at 11pm via crontab; restarts standrews_shiny after; logs to ~/standrews_update.log
Tested end-to-end 2026-03-09 — 388 owners written, options(timeout=300) required for 87.5 MB download
- [x] Move cron log from ~/ to project dir (2026-04-16):
Log now writes to /data/projects/r/stAndrews/logs/refresh.log
logs/ added to .gitignore and .dockerignore
## Features