Page MenuHomePhabricator

Vagrant TimedMediaHandler role should set up transcode job queue runner
Closed, ResolvedPublic

Description

After enabling the 'timedmediahandler' and 'zend' roles (note that TimedMediaHandler is currently broken under hhvm, see bug 67929) and uploading some .ogv and .webm files, no video transcode jobs got launched automatically.

Workaround: login with 'vagrant ssh' and manually run extensions/TimedMediaHandler/maintenance/WebVideoJobRunner.php

The TMH puppet role should probably set up the job to run in the background automatically.


Version: unspecified
Severity: normal

Details

Reference
bz67930

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:26 AM
bzimport set Reference to bz67930.

With the latest updates to MW-Vagrant, there's a job queue runner that works, including handling the transcode jobs.

YAYYYY

Thanks to Ori & Aaron for fixing stuff for me! :)