Rename video-file job to video-transcoding
This commit is contained in:
parent
1ed9b8ee69
commit
a0327eedb0
7 changed files with 31 additions and 21 deletions
|
@ -42,6 +42,6 @@ async function run () {
|
|||
}
|
||||
|
||||
await JobQueue.Instance.init()
|
||||
await JobQueue.Instance.createJob({ type: 'video-file', payload: dataInput })
|
||||
await JobQueue.Instance.createJob({ type: 'video-transcoding', payload: dataInput })
|
||||
console.log('Transcoding job for video %s created.', video.uuid)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue