chore(consumer-prices): note aggregate runs as independent Railway cron (#2015)

This commit is contained in:
Elie Habib
2026-03-21 21:57:20 +04:00
committed by GitHub
parent ec6edb8cb8
commit 1de2b1e674

View File

@@ -1,5 +1,6 @@
/**
* Aggregate job: computes basket indices from latest price observations.
* Runs as an independent Railway cron service (02:15 UTC daily) after scrape.
* Produces Fixed Basket Index and Value Basket Index per methodology.
*/
import { query, closePool } from '../db/client.js';