MediaWiki
1.34.0
|
Job for pruning recent changes. More...
Public Member Functions | |
__construct (Title $title, array $params) | |
run () | |
Run the job. More... | |
Public Member Functions inherited from Job | |
__construct ( $command, $params=null) | |
allowRetries () | |
getDeduplicationInfo () | |
Subclasses may need to override this to make duplication detection work. More... | |
getLastError () | |
getMetadata ( $field=null) | |
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. More... | |
isRootJob () | |
setMetadata ( $field, $value) | |
teardown ( $status) | |
toString () | |
workItemCount () | |
Public Member Functions inherited from RunnableJob | |
tearDown ( $status) | |
Do any final cleanup after run(), deferred updates, and all DB commits happen. More... | |
Static Public Member Functions | |
static | newCacheUpdateJob () |
static | newPurgeJob () |
Static Public Member Functions inherited from Job | |
static | factory ( $command, $params=[]) |
Create the appropriate object to handle a specific job. More... | |
static | newRootJobParams ( $key) |
Get "root job" parameters for a task. More... | |
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. More... | |
array | $params |
Array of job parameters. More... | |
Protected Attributes inherited from Job | |
string | $error |
Text for error that occurred last. More... | |
int | $executionFlags = 0 |
Bitfield of JOB_* class constants. More... | |
bool | $removeDuplicates = false |
Expensive jobs may set this to true. More... | |
callable[] | $teardownCallbacks = [] |
Title | $title |
RecentChangesUpdateJob::__construct | ( | Title | $title, |
array | $params | ||
) |
Definition at line 30 of file RecentChangesUpdateJob.php.
References Job\$params, and Job\$title.
|
staticfinal |
Definition at line 54 of file RecentChangesUpdateJob.php.
References SpecialPage\getTitleFor().
Referenced by RecentChange\save().
|
staticfinal |
Definition at line 44 of file RecentChangesUpdateJob.php.
References SpecialPage\getTitleFor().
Referenced by MediaWiki\Storage\DerivedPageDataUpdater\doUpdates().
|
protected |
Definition at line 73 of file RecentChangesUpdateJob.php.
References $res, $wgRCMaxAge, $wgUpdateRowsPerQuery, DB_MASTER, RecentChange\getQueryInfo(), Hooks\run(), and wfGetDB().
Referenced by run().
RecentChangesUpdateJob::run | ( | ) |
Run the job.
Implements RunnableJob.
Definition at line 60 of file RecentChangesUpdateJob.php.
References purgeExpiredRows(), and updateActiveUsers().
|
protected |
Definition at line 118 of file RecentChangesUpdateJob.php.
References $res, $wgActiveUserDays, DB_MASTER, ActorMigration\newMigration(), NS_USER, RC_EXTERNAL, wfGetDB(), and wfTimestamp().
Referenced by run().