fixed browser, made payload optional
This commit is contained in:
parent
917f91715a
commit
cde67db271
9 changed files with 10 additions and 12 deletions
|
|
@ -62,7 +62,6 @@ export function initializeQMProvider() {
|
|||
{
|
||||
type: 'session-management',
|
||||
operation: 'create-sessions',
|
||||
payload: {},
|
||||
cronPattern: '*/15 * * * * *', // Every minute
|
||||
priority: 7,
|
||||
immediately: true,
|
||||
|
|
@ -71,7 +70,6 @@ export function initializeQMProvider() {
|
|||
{
|
||||
type: 'qm-maintnance',
|
||||
operation: 'spider-symbol-search',
|
||||
payload: {},
|
||||
cronPattern: '0 0 * * 0', // Every minute
|
||||
priority: 10,
|
||||
description: 'Comprehensive symbol search using QM API',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue