Don't quit on queue error

pull/1476/head
Chocobozzz 2018-12-10 10:54:49 +01:00
parent 2cf9a4626f
commit 9f8ca79284
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ class JobQueue {
queue.on('error', err => {
logger.error('Error in job queue %s.', handlerName, { err })
process.exit(-1)
})
this.queues[handlerName] = queue