fixed up session maanger to use just redis no in store memory, finished prices

This commit is contained in:
Boki 2025-06-29 16:55:19 -04:00
parent 100efb575f
commit 966f6ac612
16 changed files with 773 additions and 351 deletions

View file

@ -46,7 +46,7 @@ export async function updateIntradayBars(
this.logger.info('Fetching intraday bars', { symbol, symbolId, crawlDate });
const sessionManager = QMSessionManager.getInstance();
sessionManager.initialize(this.cache, this.logger);
await sessionManager.initialize(this.cache, this.logger);
// Get a session - you'll need to add the appropriate session ID for intraday
const sessionId = QM_SESSION_IDS.LOOKUP; // TODO: Update with correct session ID