Improve handling of invalid titles in RefreshLinksJob
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 6 Nov 2018 19:53:37 +0000 (11:53 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 6 Nov 2018 19:53:37 +0000 (11:53 -0800)
commitb4290a6b6b327472305c91f1c63367b92cd65c63
treedb3f00dde7b823875714675fad835625f10102f9
parent6dbdf29111676e785dfff31b71b0da8ea7e5f101
Improve handling of invalid titles in RefreshLinksJob

Run updates for as many titles as possible and mark the job as failed
if a title is invalid. Set the error message used by the job executer.

Bug: T208147
Change-Id: I7f5fafe9439d8a7b45166515532075202af7d013
includes/jobqueue/jobs/RefreshLinksJob.php