Disable rebound CDN purges for backlinks in HTMLCacheUpdateJob
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 24 Aug 2017 22:10:19 +0000 (15:10 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 24 Aug 2017 22:10:21 +0000 (15:10 -0700)
commit6898d06f8fec29a6b1f0a5957d860c0675c57985
tree9c328f20a51169c516fbe17e14d3bd28aff02d32
parentf4fb49ca65bae507d9d49796d4ba3e2890bae82d
Disable rebound CDN purges for backlinks in HTMLCacheUpdateJob

These are there to handle regeneration race conditions due to
replication lag. If there happens to already be a huge amount
of purges, the cost of this can be too high. Also, if the queue
is backlogged, then it is already delayed, so extra delayed jobs
do not help and just add to the backlog in that scenario.

Bug: T173710
Change-Id: Ida0bf44233072e1356a9fe63866d522e4bb2d0ca
includes/jobqueue/jobs/HTMLCacheUpdateJob.php