renamed corporate-actions to events and finished intial work on it

This commit is contained in:
Boki 2025-06-29 18:50:35 -04:00
parent bb16a52bf7
commit d3850f9eaf
6 changed files with 200 additions and 200 deletions

View file

@ -163,7 +163,7 @@ export async function scheduleSymbolInfoUpdates(
symbolsQueued: number;
errors: number;
}> {
const { limit = 1, forceUpdate = false } = input;
const { limit = 100000, forceUpdate = false } = input;
const tracker = await getOperationTracker(this);
this.logger.info('Scheduling symbol info updates', { limit, forceUpdate });