Files
worldmonitor/scripts
Elie Habib 399e26c854 fix(seed): compute missing resilience scores directly via scorer import (#2858)
Instead of HTTP warm-pings to Vercel, the seed script now imports
scoreAllDimensions/ensureResilienceScoreCached directly via tsx/esm
(same pattern as validate-resilience-backtest.mjs). Computes missing
scores in batches of 20, caching each in Redis for the ranking handler
to read.

Requires Railway start command: node --import tsx/esm scripts/seed-resilience-scores.mjs
2026-04-09 12:45:45 +04:00
..