Results 3 comments of Dan Rusnac

> Hi @Agilulfo1820 !! > Could you try this? > > ```js > async handle() { > const job = await Bull.add(ImportTagsJob.key) > await job.queue.close() > } > ``` >...

Still here. I am using `process.exit(0)` to close the command while the job was queued but I noticed that each time it does that my db connection is being aborted:...

Did you solved this?