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

@ -44,7 +44,7 @@ export async function updateFinancials(
this.logger.info('Fetching financials', { symbol, symbolId });
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 financials
const sessionId = QM_SESSION_IDS.LOOKUP; // TODO: Update with correct session ID