From f012319a644fe8d9d33f2f567fa828442a3b39fd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 Mar 2022 15:34:21 +0100 Subject: Process video torrents in order Prevent update before video torrent generation for example --- server/initializers/constants.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/initializers/constants.ts') diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 1c849b561..e0f6f2bd2 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -153,6 +153,7 @@ const JOB_ATTEMPTS: { [id in JobType]: number } = { 'video-redundancy': 1, 'video-live-ending': 1, 'video-edition': 1, + 'manage-video-torrent': 1, 'move-to-object-storage': 3 } // Excluded keys are jobs that can be configured by admins @@ -170,6 +171,7 @@ const JOB_CONCURRENCY: { [id in Exclude