agnes-the-ai-analyst/server
Petr 80c5b902e0 Add scheduled data sync and catalog refresh with systemd timers
- New sync_schedule and profile_after_sync fields in TableConfig
  (formats: "every 15m", "every 1h", "daily 05:00")
- New src/scheduler.py with schedule evaluation logic (is_table_due)
- New --scheduled mode in data_sync.py: only syncs tables that are due,
  respects profile_after_sync flag, auto-restarts webapp after profiling
- Systemd timer+service for data-refresh (every 15 min)
- Systemd timer+service for catalog-refresh (every 15 min)
- deploy.sh enables new timers automatically
- Complete table config reference in data_description.md.example
- 58 new scheduler tests
2026-03-15 02:16:31 +01:00
..
bin Move standalone services from server/ to services/ 2026-03-09 12:54:30 +01:00
deploy.sh Add scheduled data sync and catalog refresh with systemd timers 2026-03-15 02:16:31 +01:00
limits-users.conf OSS cleanup: remove internal references, harden deployment, add config env interpolation 2026-03-09 07:59:57 +01:00
migrate-home-to-disk.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
migrate-to-v2.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
setup-snapshot-schedule.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
setup.sh Security fixes: sanitize dev_docs, harden sudoers and config validation 2026-03-09 08:06:45 +01:00
sudoers-deploy Update paths in docs and sudoers after services/ extraction 2026-03-09 13:02:13 +01:00
sudoers-webapp Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
webapp-nginx.conf Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
webapp-setup.sh Security fixes: sanitize dev_docs, harden sudoers and config validation 2026-03-09 08:06:45 +01:00
webapp.service Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00