De-duplicate HTMLCacheUpdate jobs with a page array of size 1
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 14 Sep 2017 09:25:23 +0000 (11:25 +0200)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 14 Sep 2017 09:34:24 +0000 (11:34 +0200)
commitd0c373fdf2f28e9b541daa68e5b0e97666099dcf
treec106fc73e243fd8c16d9ab2d16d582539b652972
parent655931210678d0090cd60a8463f2bb6d95099b0e
De-duplicate HTMLCacheUpdate jobs with a page array of size 1

BacklinkJobUtils consistently uses the "pages" field in leaf
jobs, even when there is only one page per leaf job.

RefreshLinksJob already has this logic for de-duplication.

Change-Id: Ia189bbc9df44f2161cfed4192c23b2ac3cfa65ce
includes/jobqueue/jobs/HTMLCacheUpdateJob.php