mirror of https://github.com/Chocobozzz/PeerTube
Don't quit on queue error
parent
2cf9a4626f
commit
9f8ca79284
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue