Push post-edit RefreshLinks jobs into 'refreshLinksPrioritized'
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 20 Oct 2015 21:46:17 +0000 (14:46 -0700)
committerOri.livneh <ori@wikimedia.org>
Tue, 20 Oct 2015 22:25:10 +0000 (22:25 +0000)
commit5b26e083b080fd40aecdd587a306f20a6b8e9a42
tree4b5b9b6731e4cbf2d7ab2846c0cf01daaaa4b640
parent682e2b9c6b7c439fe5ba0be083f0479af95e1db3
Push post-edit RefreshLinks jobs into 'refreshLinksPrioritized'

Previously the 'prioritize' flag was set in getAsJobSpecification()
but the job still went into the regular 'refreshLinks' queue. Since
the parser cache was just saved, they should be fast to run. The
separate queue stops them from getting stuck behind template updates.

Change-Id: I46c5760702d862dc9288618ee5eff3897f6e838b
includes/deferred/LinksUpdate.php