intraday test
This commit is contained in:
parent
c24e551734
commit
18289f0a04
7 changed files with 122 additions and 34 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue