Skip to content
Snippets Groups Projects
Commit c9bf8330 authored by syuilo's avatar syuilo
Browse files

fix(server): system queueが動いていないのを修正

Fix #8272
parent aa7ab1c1
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment