initial symbols done, not liking the outcome, gonna switch to queue based approach

This commit is contained in:
Boki 2025-06-16 22:59:39 -04:00
parent 174346ea2f
commit 0cf0b315df
3 changed files with 27 additions and 4 deletions

View file

@ -55,9 +55,10 @@ export function initializeQMProvider() {
type: 'search-symbols',
operation: 'search-symbols',
payload: {},
cronPattern: '*/1 * * * *', // Every minute
cronPattern: '0 0 * * 0', // Every minute
priority: 10,
immediately: false,
immediately: true,
delay: 100000, // Delay to allow sessions to be ready
description: 'Comprehensive symbol search using QM API',
},
],