fix(seed-health): add missing OWID energy mix to SEED_DOMAINS (#2706)

This commit is contained in:
Elie Habib
2026-04-05 08:09:25 +04:00
committed by GitHub
parent 15bd6f31ca
commit e6d6e41ab0

View File

@@ -66,6 +66,7 @@ const SEED_DOMAINS = {
'economic:bigmac': { key: 'seed-meta:economic:bigmac', intervalMin: 5040 }, // weekly seed; intervalMin = maxStaleMin / 2
'resilience:static': { key: 'seed-meta:resilience:static', intervalMin: 288000 }, // annual October snapshot; intervalMin = health.js maxStaleMin / 2 (400d alert threshold)
'regulatory:actions': { key: 'seed-meta:regulatory:actions', intervalMin: 120 }, // 2h cron; intervalMin = maxStaleMin / 3
'economic:owid-energy-mix': { key: 'seed-meta:economic:owid-energy-mix', intervalMin: 25200 }, // monthly cron on 1st; intervalMin = health.js maxStaleMin / 2 (50400 / 2)
};
async function getMetaBatch(keys) {