remove market-aware ttl from todo - it is complete
All checks were successful
Generic zig build / build (push) Successful in 5m21s
Generic zig build / publish-macos (push) Successful in 14s
Generic zig build / deploy (push) Successful in 23s

This commit is contained in:
Emil Lerch 2026-06-25 14:51:34 -07:00
parent da9982d766
commit 75252c5beb
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -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