feat: queue handling

This commit is contained in:
NGPixel
2017-08-02 23:47:11 -04:00
parent 2020e457cf
commit 749766e9bd
13 changed files with 244 additions and 152 deletions

View File

@@ -22,5 +22,8 @@ module.exports = (job, done) => {
}
})
})
}).then(() => {
wiki.logger.info('Purging temporary upload files: DONE')
return true
})
}