User:AnomieBOT/source/tasks/WatchlistUpdater.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: General: * fullquery: If multiple continues are returned, process them in parallel. WatchlistUpdater: * More changing around, to allow output other than a table. * Improve error handling.
AnomieBOT (talk | contribs)
Updating published sources: General: * Wikipedia:Creating a bot#General guidelines for running a bot has been updated to state that the "10 reads per minute" limit only applies if maxlag is not used. Since AnomieBOT uses maxlag implicitly on all
Line 130:
 
$api->task('WatchlistUpdater');
$api->read_throttle(60);
$api->edit_throttle(10);
 
Line 148:
rvuser => $api->user,
rvprop => 'timestamp',
rvlimit => 1 # Only need the last rev
);
if($res->{'code'} ne 'success'){