Brion VIBBER has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/331669 )
Change subject: Exclude new high-priority video transcode jobs from default queue ...................................................................... Exclude new high-priority video transcode jobs from default queue Prep for I3d834ad: TMH transcode jobs being split into two queues, one low and one high priority. Existing queue is low prio, new queue is high prio and by default will include only SD resolutions and files less than 15 minutes long, while large and long files go to the low-priority queue. Bug: T155098 Change-Id: I3aee49682f66cdd7c7a6b9267d8d486affc2903a --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/69/331669/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 14e1e68..b5be2a2 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2580,6 +2580,7 @@ # Timed Media Handler: $wgJobTypesExcludedFromDefaultQueue[] = 'webVideoTranscode'; +$wgJobTypesExcludedFromDefaultQueue[] = 'webVideoTranscodePrioritized'; # GWToolset $wgJobTypesExcludedFromDefaultQueue[] = 'gwtoolsetUploadMetadataJob'; -- To view, visit https://gerrit.wikimedia.org/r/331669 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3aee49682f66cdd7c7a6b9267d8d486affc2903a Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Brion VIBBER <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
