This commit is contained in:
chaosBreaking
2019-09-29 09:45:19 +08:00
parent 5021a22daa
commit a1be616abc
4 changed files with 4 additions and 7 deletions

View File

@@ -18,4 +18,5 @@ module.exports = () => inject(async function startJob(SysConfig) {
mountJobs(Job);
await Job.start();
mylog.info('任务队列启动...');
return Job;
});