From 75252c5beba9e0f0e9a5f001fd52b52fcd121a3d Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 25 Jun 2026 14:51:34 -0700 Subject: [PATCH] remove market-aware ttl from todo - it is complete --- TODO.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/TODO.md b/TODO.md index bb8b156..c94e353 100644 --- a/TODO.md +++ b/TODO.md @@ -205,14 +205,6 @@ server starts compressing response bodies, Content-Length reflects the compressed byte count, not the decoded payload, so it's not a reliable integrity check.) -## Market-aware cache TTL for daily candles - -Daily candle TTL is currently 23h45m, but candle data only becomes meaningful -after the market close. Investigate keying the cache freshness to ~4:30 PM -Eastern rather than a rolling window. This would avoid unnecessary refetches -during the trading day and ensure a fetch shortly after close gets fresh data. -Probably alleviated by the cron job approach. - ## On-demand server-side fetch for new symbols Currently the server's SRF endpoints (`/candles`, `/dividends`, etc.) are pure