aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/nextJobDB.php
Commit message (Expand)AuthorAgeFilesLines
* Removed NextJobDB, which was only used by the old jobs-loop.sh scriptAaron Schulz2014-07-171-111/+0
* Removed useless "while" loopAaron Schulz2014-06-161-19/+15
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+1
* Removed isQueueDeprioritized()Aaron Schulz2013-12-191-4/+0
* Let maintenance class start with a upper case letterumherirrender2013-11-231-2/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* [JobQueue] Throttle refreshLinks2 jobs based on finishing the refreshLinks jobs.Aaron Schulz2013-03-051-15/+3
* Remove unused global $wgMemcPlatonides2013-02-271-3/+2
* [JobQueue] Use target wiki configuration for some key functions.Aaron Schulz2013-02-211-3/+7
* [JobQueue] Added aggregate empty/non-empty queue caching.Aaron Schulz2013-02-201-72/+5
* Removed cruft variable assignment.Aaron Schulz2013-02-061-1/+0
* [JobQueue] Improved job recycle rate for small queues.Aaron Schulz2013-02-061-2/+28
* Made nextJobDB.php respect $wgJobTypesExcludedFromDefaultQueue.Aaron Schulz2013-02-011-34/+22
* Merge "Improved handling of pending queue delisting."Demon2013-01-281-14/+21
|\
| * Improved handling of pending queue delisting.Aaron Schulz2013-01-261-14/+21
* | Let nextJobDB.php narrow down the type based on a set.Aaron Schulz2013-01-261-7/+23
|/
* [JobQueue] Fixed some old race conditions in nextJobDB.phpAaron Schulz2012-11-271-13/+27
* [JobQueue] Fixed de-listing updates to pending job cache.Aaron Schulz2012-11-151-4/+6
* Put a 15 minute limit on the cache key lock in nextJobDB.phpAaron Schulz2012-11-081-1/+1
* [JobQueue] Abstracted nextJobDB.php to not assume JobQueueDB.Aaron Schulz2012-11-081-54/+30
* Fixed nextJobDB.php to handle recent job queue changes.Aaron Schulz2012-10-311-7/+13
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-0/+6
* Big oops - merged to wrong branch.awjrichards2012-06-051-1/+2
* Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-2/+1
* wrong class name: JobQueue -> JobAntoine Musso2012-05-301-1/+1
* (bug 37072) - prevents infinite job loopAntoine Musso2012-05-291-1/+2
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-1/+0
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-3/+6
* Some bug fixes for r83634.Tim Starling2011-03-101-3/+4
* Rewrite the caching code in nextJobDB.php so that jobs-loop.sh has a chance o...Tim Starling2011-03-101-18/+66
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Fix stupid get vs. set typo in nextJobDB.phpRoan Kattouw2010-11-161-1/+1
* Big attack on unused variables...Sam Reed2010-10-141-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-4/+4
* removed trailing whitespacesAlexandre Emsenhuber2009-11-231-7/+7
* * Update nextJobDB.php and cleanupSpam.php to work with wikis using a prefix ...Alexandre Emsenhuber2009-08-161-5/+11
* Make this script really work :)Alexandre Emsenhuber2009-08-081-7/+13
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-46/+77
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-61/+45
* Merge maintenance-work branch:Chad Horohoe2009-06-241-45/+61
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-2/+4
* * Introduced LBFactory -- an abstract class for configuring database load bal...Tim Starling2008-03-301-9/+3
* Tweak to nextJobDB: don't explode on a system where $wgAlternateMaster array ...Brion Vibber2008-01-291-1/+3
* Apply live hack from Wikimedia codebase: pass a database name when connecting...Brion Vibber2008-01-291-1/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* fixesRiver Tarnell2007-05-111-3/+7
* nextJobDB should have a way to pick a db having specific type of job in the q...River Tarnell2007-05-111-1/+11