starting to add qm sessions and symbols

This commit is contained in:
Boki 2025-06-16 22:07:40 -04:00
parent e9ff913b7e
commit f05d26d703
13 changed files with 652 additions and 432 deletions

View file

@ -76,7 +76,7 @@ export function initializeProxyProvider() {
operation: 'fetch-from-sources',
payload: {},
cronPattern: '0 0 * * 0', // Every week at midnight on Sunday
priority: 5,
priority: 0,
description: 'Fetch and validate proxy list from sources',
// immediately: true, // Don't run immediately during startup to avoid conflicts
},