https://bugzilla.wikimedia.org/show_bug.cgi?id=60210
--- Comment #3 from Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> --- (In reply to Gerrit Notification Bot from comment #2) > Change 113038 merged by jenkins-bot: > Moved job running via $wgJobRunRate to a special API > > https://gerrit.wikimedia.org/r/113038 This doesn't fix anything. It doesn't open a new shell, but makes a new api call even if there's no job in the queue. Whith the default value of $wgJobRunRate = 1, that means every page request to MediaWiki is translated to 2 separate HTTP requests that the server must handle, with all the memory consumption that they involve. -- 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
