Author: mdale
Description:
patch to add wgJobExplitRequestTypes
I propose adding $wgJobExplitRequestTypes configuration variable.. any job you don't want running in the general job pool you can put it in there.
This patch is mostly needed for the transcode extension where you don't want transcode jobs being spawned off from the web request and you would probably want some machines dedicated to running transcoes using the runJobs.php --type option
Likewise other jobQueue boxes should not be running the transcode jobs.
patch attached.
Version: unspecified
Severity: enhancement
attachment jobQueue.php.patch ignored as obsolete