mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Don't cancel finished jobs
This commit is contained in:
parent
c727a34cb6
commit
0301d77254
2 changed files with 6 additions and 3 deletions
|
@ -523,7 +523,7 @@ class LiveManager {
|
|||
}
|
||||
|
||||
private async handleBrokenLives () {
|
||||
await RunnerJobModel.cancelAllJobs({ type: 'live-rtmp-hls-transcoding' })
|
||||
await RunnerJobModel.cancelAllNonFinishedJobs({ type: 'live-rtmp-hls-transcoding' })
|
||||
|
||||
const videoUUIDs = await VideoModel.listPublishedLiveUUIDs()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue