https://bugzilla.wikimedia.org/show_bug.cgi?id=37072
--- Comment #3 from Antoine "hashar" Musso <[email protected]> 2012-05-28 08:27:07 UTC --- I found the root cause while sleeping this week-end. The cause is that transcode jobs are excluded from being processed by runJobs.php (through the use of $wgJobTypesExcludedFromDefaultQueue) whereas nextJobDB.php still consider those jobs as in need of processing. End result is an infinite loop since jobs are never processed. Hence the addition of $wgJobTypesExcludedFromDefaultQueue, by commit 45f9da8ad7, need to be enhanced. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
