intraday test

This commit is contained in:
Boki 2025-07-10 08:02:40 -04:00
parent c24e551734
commit 18289f0a04
7 changed files with 122 additions and 34 deletions

View file

@ -18,7 +18,7 @@ export async function scheduleFetchPrices(
// Use OperationTracker to find stale symbols
const staleSymbols = await this.operationRegistry.getStaleSymbols('eod', 'price_update', {
limit: 1000 // Process in batches to avoid overwhelming the system
limit: 50000 // Higher limit to process all symbols
});
if (!staleSymbols || staleSymbols.length === 0) {