wiki.techinc.nl/includes/deferred
daniel 398cc53333 LinksUpdate: don't throw if page does not exist
LinksUpdate may encounter a non-existing page due to race conditions,
when the page has been deleted or renamed before the update is executed
or even created. We should log such incidents to detect anomalities,
but we should not crash hard.

Similarly, RefreshLinksJob should not attempt to run on a page that
no longer exists.

Bug: T281802
Change-Id: Ic73c3e339ff0478710bd57a9f707c1284dcce2d9
2021-05-04 14:51:14 +02:00
..
Hook
AtomicSectionUpdate.php
AutoCommitUpdate.php Use finally in AutoCommitUpdate 2020-10-24 23:38:10 +02:00
CdnCacheUpdate.php uuid: Simplify GlobalIdGenerator by removing QUICK_VOLATILE flag 2021-04-14 21:40:35 +00:00
DataUpdate.php
DeferrableCallback.php
DeferrableUpdate.php
DeferredUpdates.php rdbms: Move setLBFactoryTriggers from doMaintenance to service wiring 2021-04-27 23:35:20 +01:00
DeferredUpdatesScope.php deferred: make DeferredUpdates::doUpdates() recursion more uniform 2021-01-14 15:37:58 -08:00
DeferredUpdatesScopeStack.php deferred: make DeferredUpdates::doUpdates() recursion more uniform 2021-01-14 15:37:58 -08:00
EnqueueableDataUpdate.php
HTMLCacheUpdate.php
HtmlFileCacheUpdate.php
JobQueueEnqueueUpdate.php
LinksDeletionUpdate.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
LinksUpdate.php LinksUpdate: don't throw if page does not exist 2021-05-04 14:51:14 +02:00
MergeableUpdate.php deferred: make DeferredUpdates::doUpdates() recursion more uniform 2021-01-14 15:37:58 -08:00
MessageCacheUpdate.php
MWCallableUpdate.php
RefreshSecondaryDataUpdate.php Fix typos related to repeated words 2020-09-27 10:25:36 +00:00
SearchUpdate.php docs: Fix 'dependant' typos 2021-02-18 16:59:20 +00:00
SendPasswordResetEmailUpdate.php
SiteStatsUpdate.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
TransactionRoundAwareUpdate.php
TransactionRoundDefiningUpdate.php
UserEditCountUpdate.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
WANCacheReapUpdate.php Replace deprecated WikiPage::factory/newFromID in deferred classes 2020-11-12 21:15:02 +01:00