File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import xmlparser from '@/middleware/xml-parser';
55import { connect as connectCache } from '@/cache' ;
66import { checkMarkedDeletions , connect as connectDatabase } from '@/database' ;
77import { startGRPCServer } from '@/services/grpc/server' ;
8- import { fullUrl , getValueFromHeaders } from '@/util' ;
8+ import { fullUrl , getValueFromHeaders , setupScheduledTasks } from '@/util' ;
99import { LOG_INFO , LOG_SUCCESS , LOG_WARN } from '@/logger' ;
1010import conntest from '@/services/conntest' ;
1111import cbvc from '@/services/cbvc' ;
@@ -118,6 +118,8 @@ async function main(): Promise<void> {
118118
119119 await checkMarkedDeletions ( ) ;
120120
121+ setupScheduledTasks ( ) ;
122+
121123 app . listen ( config . http . port , ( ) => {
122124 LOG_SUCCESS ( `HTTP server started on port ${ config . http . port } ` ) ;
123125 } ) ;
You can’t perform that action at this time.
0 commit comments