]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Process video torrents in order
authorChocobozzz <me@florianbigard.com>
Wed, 16 Mar 2022 14:34:21 +0000 (15:34 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 16 Mar 2022 14:45:58 +0000 (15:45 +0100)
commitf012319a644fe8d9d33f2f567fa828442a3b39fd
tree8fc7aeff10749ed8088e3f89745433b59bb62c20
parent83664918901564830f3b7d1bd9879411a1b857a8
Process video torrents in order

Prevent update before video torrent generation for example
server/controllers/api/videos/update.ts
server/controllers/api/videos/upload.ts
server/initializers/constants.ts
server/lib/job-queue/handlers/manage-video-torrent.ts [new file with mode: 0644]
server/lib/job-queue/job-queue.ts
server/models/video/video.ts
shared/models/server/job.model.ts