finished qm symbols / sessions

This commit is contained in:
Boki 2025-06-27 21:44:21 -04:00
parent 34671ea427
commit 52436c69b2
6 changed files with 77 additions and 29 deletions

View file

@ -12,6 +12,9 @@ export class QMHandler extends BaseHandler {
super(services); // Handler name read from @Handler decorator
}
/**
* SESSIONS
*/
@ScheduledOperation('check-sessions', '*/2 * * * *', {
priority: 8,
immediately: false,
@ -22,7 +25,10 @@ export class QMHandler extends BaseHandler {
@Operation('create-session')
createSession = createSession;
@ScheduledOperation('spider-symbols', '* * * * *', {
/**
* SYMBOLS
*/
@ScheduledOperation('spider-symbols', '0 0 * * 0', {
priority: 9,
immediately: false,
description: 'Weekly comprehensive symbol search using QM API spider - runs every Saturday at midnight'