[object Object]

← back to Rentv 2026

rentv-v1: reconcile pull-news.mjs to prod authority (revert redundant 0b6f1d1 pull-markets import)

56b5b42dfb6ad17b2fe27c8ffe8a9d6bebe7c23d · 2026-07-27 14:31:53 -0700 · Steve Abrams

Prod pull-news.mjs already refreshes markets INLINE on the */20 cron (pull.log: 'ticker+markets written 7/7 live symbols'). The local 0b6f1d1 'await import(pull-markets)' was redundant and would double-fetch markets if shipped. DTD 5/5 verdict A: local matches prod; no prod ship. Verified: markets.json fresh, /api/markets live.

Files touched

Diff

commit 56b5b42dfb6ad17b2fe27c8ffe8a9d6bebe7c23d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 27 14:31:53 2026 -0700

    rentv-v1: reconcile pull-news.mjs to prod authority (revert redundant 0b6f1d1 pull-markets import)
    
    Prod pull-news.mjs already refreshes markets INLINE on the */20 cron (pull.log: 'ticker+markets written 7/7 live symbols'). The local 0b6f1d1 'await import(pull-markets)' was redundant and would double-fetch markets if shipped. DTD 5/5 verdict A: local matches prod; no prod ship. Verified: markets.json fresh, /api/markets live.
---
 scripts/pull-news.mjs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scripts/pull-news.mjs b/scripts/pull-news.mjs
index a4293481..615fe236 100644
--- a/scripts/pull-news.mjs
+++ b/scripts/pull-news.mjs
@@ -56,7 +56,3 @@ try {
 
 // Refresh the live market ticker on the same cron (runs regardless of news outcome).
 try { await import('./pull-ticker.mjs'); } catch (e) { console.error('ticker refresh failed:', e.message); }
-
-// Refresh the Rates & Markets dashboard on the same cron (MARKETS-PATCH.md step 3;
-// keeps /markets from drifting stale post-cutover). Runs regardless of news/ticker outcome.
-try { await import('./pull-markets.mjs'); } catch (e) { console.error('markets refresh failed:', e.message); }

← 9ab56265 auto-save: 2026-07-27T14:21:14 (3 files) — data/markets.json  ·  back to Rentv 2026  ·  auto-save: 2026-07-27T14:51:27 (3 files) — data/markets.json 7d577c00 →