remove market-aware ttl from todo - it is complete
This commit is contained in:
parent
da9982d766
commit
75252c5beb
1 changed files with 0 additions and 8 deletions
8
TODO.md
8
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue