https://bugzilla.wikimedia.org/show_bug.cgi?id=51310

Tim Landscheidt <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Tim Landscheidt <[email protected]> ---
I don't quite understand why a separate instance is needed.  Why doesn't work
this on Tools now?  You shouldn't need to worry about impacting others, that's
what the grid is for.

(In reply to comment #1)
> Having this run as multiple continuous tasks should be good enough, methinks.
> Perhaps use a redis queue to co-ordinate between multiple instances? :)

The nice thing about MediaWiki is that you have page IDs.  So you don't have to
write complex job schedulers, but for example can have 10 jobs that each check
the external links of pages where (i - 1) * 1000000 <= el_from < i * 100000
(for example, depending on the maximum page_id of course).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to