work on clean up and switched all to use eodSearchCode

This commit is contained in:
Boki 2025-07-13 13:42:22 -04:00
parent d68268b722
commit e341cc0226
19 changed files with 206 additions and 127 deletions

View file

@ -303,7 +303,7 @@ export async function crawlIntraday(
finished: updateData.finished
};
} catch (error) {
logger.error('Failed to crawl intraday data', { error, symbol, exchange, interval });
logger.error('Failed to crawl intraday data', { error, eodSearchCode, interval });
throw error;
}
}