https://bugzilla.wikimedia.org/show_bug.cgi?id=52723
--- Comment #55 from Kunal Mehta (Legoktm) <[email protected]> --- (In reply to comment #53) > I have a quick question about the extension itself. Maybe I'm reading this > code > wrong, but the extension appears to iterate through the recipients on the > special page, and then make a new job for each recipient. If this is true, > that > means that this extension would be launching thousands of jobs from a single > web request. It kind of defeats the purpose of the job queue in the first > place. Yes, that's correct. I'm not sure how it defeats the purpose of the job queue though. We could do it like refreshlinks works and submit a job that submits more jobs, but I don't see how that would be any better. I did a simple test on testwiki a week ago and submitted 2k jobs at once and it seemed to work fine. > > Also, do people have some sort of irrational fear of the FormSpecialPage > class? I actually didn't know that existed until now. I basically forked the code of TranslationNotifications and used that... -- 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
