mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Don't quit on queue error
This commit is contained in:
parent
2cf9a4626f
commit
9f8ca79284
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ class JobQueue {
|
||||||
|
|
||||||
queue.on('error', err => {
|
queue.on('error', err => {
|
||||||
logger.error('Error in job queue %s.', handlerName, { err })
|
logger.error('Error in job queue %s.', handlerName, { err })
|
||||||
process.exit(-1)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
this.queues[handlerName] = queue
|
this.queues[handlerName] = queue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue