Make HTMLCacheUpdate always use the job queue
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 1 Dec 2015 01:10:05 +0000 (17:10 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 1 Dec 2015 01:14:04 +0000 (17:14 -0800)
commitd03c5be5e3400b43317b18fcde16d86209b35014
tree0377d46cb43d814ad5fcc320a680048b819faf34
parentcbcc94bc7799aca06ea20366a2e6be26d27f72a0
Make HTMLCacheUpdate always use the job queue

* This puts these updates behind the JobRunner lag checks
* Made HTMLCacheUpdateJob::newForBacklinks() method, which,
  along with lazyPush(), obsoletes this class.

Bug: T95501
Change-Id: I934de63bb6fe9e9b7abae157f0b3b2dbfd3188e1
includes/deferred/HTMLCacheUpdate.php
includes/jobqueue/jobs/HTMLCacheUpdateJob.php