mirror of https://github.com/Chocobozzz/PeerTube
Fix stuck runner for real?
parent
7163a1a044
commit
932425348f
|
@ -261,7 +261,7 @@ export class RunnerServer {
|
|||
.catch(err2 => logger.error({ err: err2 }, 'Cannot abort job after error'))
|
||||
})
|
||||
.finally(() => {
|
||||
this.processingJobs = this.processingJobs.filter(p => p !== processingJob)
|
||||
this.processingJobs = this.processingJobs.filter(p => p.job.uuid !== processingJob.job.uuid)
|
||||
|
||||
return this.checkAvailableJobs()
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue