fixed up session maanger to use just redis no in store memory, finished prices
This commit is contained in:
parent
100efb575f
commit
966f6ac612
16 changed files with 773 additions and 351 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue