diff options
Diffstat (limited to 'server/lib/schedulers')
-rw-r--r-- | server/lib/schedulers/videos-redundancy-scheduler.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/lib/schedulers/videos-redundancy-scheduler.ts b/server/lib/schedulers/videos-redundancy-scheduler.ts index 960651712..998d2295a 100644 --- a/server/lib/schedulers/videos-redundancy-scheduler.ts +++ b/server/lib/schedulers/videos-redundancy-scheduler.ts | |||
@@ -30,6 +30,8 @@ export class VideosRedundancyScheduler extends AbstractScheduler { | |||
30 | this.executing = true | 30 | this.executing = true |
31 | 31 | ||
32 | for (const obj of CONFIG.REDUNDANCY.VIDEOS.STRATEGIES) { | 32 | for (const obj of CONFIG.REDUNDANCY.VIDEOS.STRATEGIES) { |
33 | if (!isTestInstance()) logger.info('Running redundancy scheduler for strategy %s.', obj.strategy) | ||
34 | |||
33 | try { | 35 | try { |
34 | const videoToDuplicate = await this.findVideoToDuplicate(obj) | 36 | const videoToDuplicate = await this.findVideoToDuplicate(obj) |
35 | if (!videoToDuplicate) continue | 37 | if (!videoToDuplicate) continue |