mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
b19e8e1b25
- Proxmox: skip if data < 10 min old (was: every 3 min unconditionally) - Ollama: skip if data < 15 min old (model list rarely changes) - Site health: skip if data < 5 min old (was: 7 HTTP calls every 3 min) - Home Assistant: removed entirely (HA agent pushes 212 entities every 30s) Fast local reads (CPU/mem/network pings) still run every 3 min. External HTTP calls now fire only when data is actually stale. Saves ~140 site-check HTTP calls/hour and ~60 Proxmox API calls/hour in steady state.