Files
worldmonitor/scripts
Elie Habib dd56ab052c fix(market): prevent stale-data overwrite and add Yahoo retry for commodities/macro panels (#1854)
- seed-economy: skip Redis write for macro-signals when totalCount=0 so
  Yahoo failures don't overwrite previously cached good data
- seed-economy: raise MACRO_TTL 900→1800s so valid data survives two
  missed 15-min cron cycles
- health: tighten macroSignals maxStaleMin 60→20 to alert before TTL
  expires (was 4x longer than the data lifetime)
- ais-relay: add one retry pass for commodity symbols that return null,
  with 3s cooldown, to recover from transient Yahoo 429 rate limits
2026-03-19 08:38:13 +04:00
..