https://bugzilla.wikimedia.org/show_bug.cgi?id=72274
--- Comment #4 from [email protected] --- $wgJobTypeConf is not set in LocalSettings.php so it's still the default: array( 'default' => array ( 'class' => 'JobQueueDB', 'order' => 'random' ) ) I haven't used $wgDebugLogGroups, but the output I provided is in the debug log specified by $wgDebugLogFile. I'll look more closely at the links you've provided, though as I understand it, MW change how the job queue works in 1.22 and then reverted those changes to some degree in 1.23, so I'm not sure how applicable the 1.22 changes could be to a 1.23 wiki. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
