MediaWiki
REL1_23
|
Maintenance script that picks a database that has pending jobs. More...
Public Member Functions | |
__construct () | |
execute () | |
Private Member Functions | |
executeReadyPeriodicTasks () | |
Do all ready periodic jobs for all databases every 5 minutes (and .1% of the time) |
Maintenance script that picks a database that has pending jobs.
Definition at line 31 of file nextJobDB.php.
Reimplemented from Maintenance.
Definition at line 32 of file nextJobDB.php.
References Maintenance\addOption().
Reimplemented from Maintenance.
Definition at line 39 of file nextJobDB.php.
References array(), as, executeReadyPeriodicTasks(), Maintenance\getOption(), global, Maintenance\hasOption(), list, Maintenance\output(), and JobQueueAggregator\singleton().
NextJobDB::executeReadyPeriodicTasks | ( | ) | [private] |
Do all ready periodic jobs for all databases every 5 minutes (and .1% of the time)
Definition at line 94 of file nextJobDB.php.
References $count, $timestamp, $wgMemc, as, global, and JobQueueGroup\singleton().
Referenced by execute().