Ciencia_Al_Poder added a comment. I've found that the fix is, in each script that use generators, change
gen = pagegenerators.PreloadingGenerator(gen) with gen = pagegenerators.PreloadingGenerator(gen, genFactory.step) And that works for me. That's because PreloadingGenerator has a step parameter that defaults to 50, and since none of the scripts specifies it, then it takes it as the current step value TASK DETAIL https://phabricator.wikimedia.org/T94746 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ciencia_Al_Poder Cc: pywikipedia-bugs, Ciencia_Al_Poder, Aklapper, jayvdb _______________________________________________ Pywikipedia-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs
