mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-02 01:27:24 -04:00
Captures design for staleness-based data refresh to avoid re-fetching all 103 NASDAQ tickers on every container restart. Key features: - Check all daily_prices_*.json files for staleness - Configurable MAX_DATA_AGE_DAYS threshold (default: 7) - Bash wrapper logic in entrypoint.sh - Handles edge cases (partial data, missing files, rate limits)