MediaWiki REL1_32
|
Job for pruning recent changes. More...
Public Member Functions | |
__construct (Title $title, array $params) | |
run () | |
Run the job. | |
Public Member Functions inherited from Job | |
__construct ( $command, $title, $params=false) | |
allowRetries () | |
getDeduplicationInfo () | |
Subclasses may need to override this to make duplication detection work. | |
getLastError () | |
getParams () | |
getQueuedTimestamp () | |
getReadyTimestamp () | |
getReleaseTimestamp () | |
getRequestId () | |
getRootJobParams () | |
getTitle () | |
getType () | |
hasExecutionFlag ( $flag) | |
hasRootJobParams () | |
ignoreDuplicates () | |
Whether the queue should reject insertion of this job if a duplicate exists. | |
isRootJob () | |
teardown ( $status) | |
Do any final cleanup after run(), deferred updates, and all DB commits happen. | |
toString () | |
workItemCount () | |
Static Public Member Functions | |
static | newCacheUpdateJob () |
static | newPurgeJob () |
Static Public Member Functions inherited from Job | |
static | factory ( $command, Title $title, $params=[]) |
Create the appropriate object to handle a specific job. | |
static | newRootJobParams ( $key) |
Get "root job" parameters for a task. | |
Protected Member Functions | |
purgeExpiredRows () | |
updateActiveUsers () | |
Protected Member Functions inherited from Job | |
addTeardownCallback ( $callback) | |
setLastError ( $error) | |
Additional Inherited Members | |
Public Attributes inherited from Job | |
string | $command |
array | $metadata = [] |
Additional queue metadata. | |
array | $params |
Array of job parameters. | |
Protected Attributes inherited from Job | |
string | $error |
Text for error that occurred last. | |
int | $executionFlags = 0 |
Bitfield of JOB_* class constants. | |
bool | $removeDuplicates |
Expensive jobs may set this to true. | |
callable[] | $teardownCallbacks = [] |
Title | $title |
Definition at line 30 of file RecentChangesUpdateJob.php.
|
staticfinal |
|
staticfinal |
Definition at line 44 of file RecentChangesUpdateJob.php.
Referenced by MediaWiki\Storage\DerivedPageDataUpdater\doUpdates().
|
protected |
Definition at line 73 of file RecentChangesUpdateJob.php.
References $res, $rows, $wgRCMaxAge, $wgUpdateRowsPerQuery, as, DB_MASTER, wfGetDB(), and wfWikiID().
Referenced by run().
RecentChangesUpdateJob::run | ( | ) |
Run the job.
Reimplemented from Job.
Definition at line 60 of file RecentChangesUpdateJob.php.
References purgeExpiredRows(), and updateActiveUsers().
|
protected |
Definition at line 119 of file RecentChangesUpdateJob.php.
References $name, $res, $wgActiveUserDays, as, DB_MASTER, NS_USER, RC_EXTERNAL, wfGetDB(), wfTimestamp(), and wfWikiID().
Referenced by run().