parent
aa7ab1c1e0
commit
c9bf8330de
|
@ -7,6 +7,7 @@ import processDeliver from './processors/deliver';
|
|||
import processInbox from './processors/inbox';
|
||||
import processDb from './processors/db/index';
|
||||
import procesObjectStorage from './processors/object-storage/index';
|
||||
import processSystemQueue from './processors/system/index';
|
||||
import { queueLogger } from './logger';
|
||||
import { DriveFile } from '@/models/entities/drive-file';
|
||||
import { getJobInfo } from './get-job-info';
|
||||
|
@ -266,6 +267,8 @@ export default function() {
|
|||
}, {
|
||||
repeat: { cron: '0 0 * * *' },
|
||||
});
|
||||
|
||||
processSystemQueue(systemQueue);
|
||||
}
|
||||
|
||||
export function destroy() {
|
||||
|
|
Loading…
Reference in New Issue