finished qm symbols / sessions
This commit is contained in:
parent
34671ea427
commit
52436c69b2
6 changed files with 77 additions and 29 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue