[00:05:03] https://www.mediawiki.org/wiki/Extension:ContentTranslation is what Wilfredor is referring to. [17:54:04] A question about the maxlag parameters from the docs: Use maxlag=5 (5 seconds). This is an appropriate non-aggressive value, set as default value on Pywikibot. "Higher values mean more aggressive behaviour, lower values are nicer". But it doesn't seem to explain what the 5 seconds means and why lower values are nicer. It only retries if the maxlag is less than 5 seconds? [17:54:33] Does it mean it'll retry if the maxlag returned by the API is less than 5 seconds?* [17:59:24] qedk: it means that if the measured lag on the server side is 5 seconds or more then the api will immediately return an error code and not try to do the work -- https://www.mediawiki.org/wiki/Manual:Maxlag_parameter [18:00:22] That response will also come with a "Retry-After" header giving you a recommendation of when to try again [18:01:40] got it, thanks @bd808 :)