finished symbol info

This commit is contained in:
Boki 2025-06-29 10:41:12 -04:00
parent 5640444c47
commit 77bba31456
4 changed files with 73 additions and 54 deletions

View file

@ -69,7 +69,7 @@ export class QMHandler extends BaseHandler<DataIngestionServices> {
@Operation('update-symbol-info')
updateSymbolInfo = updateSymbolInfo;
@Disabled()
// @Disabled()
@ScheduledOperation('schedule-symbol-info-updates', '0 */6 * * *', {
priority: 7,
immediately: false,