Increase generate-video-storyboard job ttl

See https://github.com/Chocobozzz/PeerTube/issues/6029
pull/6048/head
Chocobozzz 2023-11-17 16:24:55 +01:00
parent 92fb7a2b62
commit 1682b0bab0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ const JOB_TTL: { [id in JobType]: number } = {
'activitypub-refresher': 60000 * 10, // 10 minutes
'video-redundancy': 1000 * 3600 * 3, // 3 hours
'video-live-ending': 1000 * 60 * 10, // 10 minutes
'generate-video-storyboard': 1000 * 60 * 10, // 10 minutes
'generate-video-storyboard': 1000 * 60 * 30, // 30 minutes
'manage-video-torrent': 1000 * 3600 * 3, // 3 hours
'move-to-object-storage': 1000 * 60 * 60 * 3, // 3 hours
'move-to-file-system': 1000 * 60 * 60 * 3, // 3 hours