🐂 BullMQ support code

This commit is contained in:
2023-07-13 08:02:12 -07:00
parent 007ce4b66f
commit 7b855f8cf1
6 changed files with 63 additions and 24 deletions

View File

@@ -154,6 +154,7 @@ export default class ImportService extends Service {
async handler(
ctx: Context<{
extractionOptions?: any;
socketSessionId: String,
}>
) {
try {
@@ -203,6 +204,7 @@ export default class ImportService extends Service {
fileSize: item.stats.size,
},
importType: "new",
socketSessionId: ctx.params.socketSessionId,
});
} else {
console.log(