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

--- Comment #4 from Aaron Schulz <[email protected]> ---
Is the problem *frequent* updates and/or *concurrent* updates?

Anyway, one can simulate cron jobs with de-duplication + delayed jobs in the
queue (Wikidata will do something similar soon). So if there was a job inserted
for each event requires a TTM update, always posted to metawiki, to check the
lists of changes for each wiki and do the updates, and that job had
ignoreDuplicates() return true and had a delay set, it would basically act like
a cron where any of the job runner servers can service it.

-- 
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

Reply via email to