work on qm and added disabled to operetions
This commit is contained in:
parent
2011c4c83f
commit
38bd15cad8
8 changed files with 67 additions and 181 deletions
|
|
@ -52,6 +52,10 @@ export class QMHandler extends BaseHandler<DataIngestionServices> {
|
|||
/**
|
||||
* SYMBOLS
|
||||
*/
|
||||
@Operation('search-symbols')
|
||||
searchSymbols = searchSymbols;
|
||||
|
||||
@Disabled()
|
||||
@ScheduledOperation('spider-symbols', '0 0 * * 0', {
|
||||
priority: 9,
|
||||
immediately: false,
|
||||
|
|
@ -59,9 +63,6 @@ export class QMHandler extends BaseHandler<DataIngestionServices> {
|
|||
})
|
||||
spiderSymbol = spiderSymbol;
|
||||
|
||||
@Operation('search-symbols')
|
||||
searchSymbols = searchSymbols;
|
||||
|
||||
/**
|
||||
* SYMBOL INFO
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue