There should be a couple hundred jobs in webVideoTranscode right now on Commons but if I poke in with eval.php on mwmaint1001 I see zero:
> $x = JobQueueGroup::singleton()->getQueueSizes(); > var_dump($x['webVideoTranscode']); int(0)
This breaks the throttling on TimedMediaHandler's requeueTranscodes.php, which I need to trickle re-encoding jobs in from the back catalog without interrupting new uploads.
If necessary I can retool the throttle to approximate the queue depth from the transcode table.