initial symbols done, not liking the outcome, gonna switch to queue based approach
This commit is contained in:
parent
174346ea2f
commit
0cf0b315df
3 changed files with 27 additions and 4 deletions
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue